File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 6
6
name : Build and test
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- uses : oven-sh/setup-bun@v1
11
11
- run : bun install --frozen-lockfile
12
12
- run : bun run build
13
13
- 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 }}
Original file line number Diff line number Diff line change 53
53
"publish:demo" : " bun ./gh-pages.publish.js"
54
54
},
55
55
"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 " ,
59
59
"open" : " ^10.1.0" ,
60
60
"prettier" : " 3.3.2" ,
61
61
"tsup" : " ^8.1.0" ,
62
- "typedoc" : " ^0.25.13 " ,
63
- "typescript" : " ^5.4.5 "
62
+ "typedoc" : " ^0.26.3 " ,
63
+ "typescript" : " ^5.5.3 "
64
64
},
65
65
"dependencies" : {
66
66
"numeric-quantity" : " ^2.0.1"
You can’t perform that action at this time.
0 commit comments