File tree Expand file tree Collapse file tree 4 files changed +128
-297
lines changed
Expand file tree Collapse file tree 4 files changed +128
-297
lines changed Original file line number Diff line number Diff line change 2424 - name : Setup Node.js
2525 uses : actions/setup-node@v6
2626 with :
27- node-version : 24.11.1
27+ node-version : 24.14.0
2828
2929 # Update npm to the latest version to enable OIDC
3030 # Use corepack to install pnpm
Original file line number Diff line number Diff line change 2626 - name : Setup Node.js
2727 uses : actions/setup-node@v6
2828 with :
29- node-version : 24.11.1
29+ node-version : 24.14.0
3030 cache : " pnpm"
3131
3232 - name : Install Dependencies
Original file line number Diff line number Diff line change 3535 },
3636 "devDependencies" : {
3737 "@biomejs/biome" : " ^1.9.4" ,
38- "@rslib/core" : " ^0.18.2 " ,
39- "@rspack/core" : " ^1.6.5 " ,
40- "@rstest/core" : " 0.6.8 " ,
41- "@types/node" : " ^24.10.1 " ,
38+ "@rslib/core" : " ^0.19.6 " ,
39+ "@rspack/core" : " ^1.7.6 " ,
40+ "@rstest/core" : " 0.8.5 " ,
41+ "@types/node" : " ^24.10.14 " ,
4242 "nano-staged" : " ^0.9.0" ,
4343 "simple-git-hooks" : " ^2.13.1" ,
4444 "typescript" : " 5.9.3"
4545 },
46- "packageManager" : " pnpm@10.24.0 " ,
46+ "packageManager" : " pnpm@10.30.3 " ,
4747 "publishConfig" : {
4848 "access" : " public" ,
4949 "registry" : " https://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments