File tree Expand file tree Collapse file tree 4 files changed +199
-193
lines changed
Expand file tree Collapse file tree 4 files changed +199
-193
lines changed Original file line number Diff line number Diff line change 2424 - name : Setup Node.js
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : 22
27+ node-version : 22.19.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 2929 - name : Setup Node.js
3030 uses : actions/setup-node@v4
3131 with :
32- node-version : 22.14
32+ node-version : 22.19.0
3333 cache : " pnpm"
3434
3535 - name : Install Dependencies
Original file line number Diff line number Diff line change 3737 "uuid" : " ^11.1.0"
3838 },
3939 "devDependencies" : {
40- "@biomejs/biome" : " 2.0.4 " ,
41- "@rslib/core" : " 0.10.2 " ,
42- "@types/node" : " 24.0.3 " ,
40+ "@biomejs/biome" : " 2.2.2 " ,
41+ "@rslib/core" : " 0.12.4 " ,
42+ "@types/node" : " 24.3.1 " ,
4343 "nano-staged" : " ^0.8.0" ,
44- "simple-git-hooks" : " ^2.13.0 " ,
45- "typescript" : " 5.8.3 "
44+ "simple-git-hooks" : " ^2.13.1 " ,
45+ "typescript" : " 5.9.2 "
4646 },
4747 "peerDependencies" : {
4848 "@rsbuild/core" : " 1.x"
5252 "optional" : true
5353 }
5454 },
55- "packageManager" : " pnpm@9.15.2 "
55+ "packageManager" : " pnpm@9.15.9 "
5656}
You can’t perform that action at this time.
0 commit comments