File tree Expand file tree Collapse file tree 5 files changed +169
-170
lines changed
Expand file tree Collapse file tree 5 files changed +169
-170
lines changed Original file line number Diff line number Diff line change 2929 - name : Setup Node.js
3030 uses : actions/setup-node@v6
3131 with :
32- node-version : 24.11.0
32+ node-version : 24.11.1
3333 cache : " pnpm"
3434
3535 - name : Install Dependencies
Original file line number Diff line number Diff line change 2525 - name : Setup Node.js
2626 uses : actions/setup-node@v6
2727 with :
28- node-version : 24.11.0
28+ node-version : 24.11.1
2929
3030 # Update npm to the latest version to enable OIDC
3131 # Use corepack to install pnpm
Original file line number Diff line number Diff line change 3232 - name : Setup Node.js
3333 uses : actions/setup-node@v6
3434 with :
35- node-version : 24.11.0
35+ node-version : 24.11.1
3636 cache : " pnpm"
3737
3838 - name : Install Dependencies
Original file line number Diff line number Diff line change 3030 "pre-commit" : " npm run lint:write"
3131 },
3232 "devDependencies" : {
33- "@biomejs/biome" : " ^2.3.2 " ,
34- "@playwright/test" : " ^1.56.1 " ,
35- "@rsbuild/core" : " ^1.6.0 " ,
36- "@rslib/core" : " ^0.17.0 " ,
37- "@types/node" : " ^24.9.2 " ,
38- "playwright" : " ^1.56.1 " ,
33+ "@biomejs/biome" : " ^2.3.8 " ,
34+ "@playwright/test" : " ^1.57.0 " ,
35+ "@rsbuild/core" : " ^1.6.10 " ,
36+ "@rslib/core" : " ^0.18.2 " ,
37+ "@types/node" : " ^24.10.1 " ,
38+ "playwright" : " ^1.57.0 " ,
3939 "simple-git-hooks" : " ^2.13.1" ,
4040 "typescript" : " ^5.9.3"
4141 },
4747 "optional" : true
4848 }
4949 },
50- "packageManager" : " pnpm@10.20 .0" ,
50+ "packageManager" : " pnpm@10.24 .0" ,
5151 "publishConfig" : {
5252 "access" : " public" ,
5353 "registry" : " https://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments