File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- node-version : [18 .x]
12+ node-version : [23 .x]
1313 steps :
1414 - name : Checkout repo
1515 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- node-version : [18 .x]
10+ node-version : [23 .x]
1111 steps :
1212 - name : Checkout repo
1313 uses : actions/checkout@v4
4747 - name : Build
4848 run : pnpm run build
4949
50- - name : Biome check
51- run : pnpm run biome :check
50+ - name : Lint
51+ run : pnpm run lint :check
5252
5353 - name : Test
5454 run : pnpm run test
Original file line number Diff line number Diff line change 5252 },
5353 "packageManager" :
" [email protected] +sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c" ,
5454 "engines" : {
55- "node" : " ^20 "
55+ "node" : " ^23.9.0 "
5656 },
5757 "publishConfig" : {
5858 "access" : " public" ,
You can’t perform that action at this time.
0 commit comments