Skip to content

Commit 590a24d

Browse files
committed
Use Codecov token and update other dependencies
1 parent 9fa31ea commit 590a24d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/main.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ jobs:
66
name: Build and test
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- uses: oven-sh/setup-bun@v1
1111
- run: bun install --frozen-lockfile
1212
- run: bun run build
1313
- run: bun run test
14-
- name: Upload coverage to Codecov
15-
uses: codecov/codecov-action@v1
14+
- uses: codecov/codecov-action@v4
15+
env:
16+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

bun.lockb

2.11 KB
Binary file not shown.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"publish:demo": "bun ./gh-pages.publish.js"
5454
},
5555
"devDependencies": {
56-
"@types/web": "^0.0.148",
57-
"bun-types": "^1.1.12",
58-
"np": "^10.0.5",
56+
"@types/web": "^0.0.151",
57+
"@types/bun": "^1.1.6",
58+
"np": "^10.0.6",
5959
"open": "^10.1.0",
6060
"prettier": "3.3.2",
6161
"tsup": "^8.1.0",
62-
"typedoc": "^0.25.13",
63-
"typescript": "^5.4.5"
62+
"typedoc": "^0.26.3",
63+
"typescript": "^5.5.3"
6464
},
6565
"dependencies": {
6666
"numeric-quantity": "^2.0.1"

0 commit comments

Comments
 (0)