Skip to content

Commit

Permalink
Use Codecov token and update other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Jul 6, 2024
1 parent 9fa31ea commit 590a24d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ jobs:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"publish:demo": "bun ./gh-pages.publish.js"
},
"devDependencies": {
"@types/web": "^0.0.148",
"bun-types": "^1.1.12",
"np": "^10.0.5",
"@types/web": "^0.0.151",
"@types/bun": "^1.1.6",
"np": "^10.0.6",
"open": "^10.1.0",
"prettier": "3.3.2",
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typedoc": "^0.26.3",
"typescript": "^5.5.3"
},
"dependencies": {
"numeric-quantity": "^2.0.1"
Expand Down

0 comments on commit 590a24d

Please sign in to comment.