File tree Expand file tree Collapse file tree 4 files changed +150
-140
lines changed
Expand file tree Collapse file tree 4 files changed +150
-140
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.0
27+ node-version : 24.11.1
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@v6
3131 with :
32- node-version : 24.11.0
32+ node-version : 24.11.1
3333
3434 - name : Install Dependencies
3535 run : pnpm install && npx playwright install
Original file line number Diff line number Diff line change 2828 "test" : " rstest"
2929 },
3030 "devDependencies" : {
31- "@rslib/core" : " ^0.17.0 " ,
32- "@rstest/core" : " ^0.6.1 " ,
33- "@types/node" : " ^24.9.2 " ,
31+ "@rslib/core" : " ^0.18.2 " ,
32+ "@rstest/core" : " ^0.6.8 " ,
33+ "@types/node" : " ^24.10.1 " ,
3434 "path-serializer" : " ^0.5.1" ,
35- "prettier" : " ~3.6.2 " ,
35+ "prettier" : " ~3.7.3 " ,
3636 "strip-ansi" : " ^7.1.2" ,
3737 "supports-color" : " ^10.2.2" ,
3838 "typescript" : " ~5.9.3"
3939 },
40- "packageManager" : " pnpm@10.20 .0" ,
40+ "packageManager" : " pnpm@10.24 .0" ,
4141 "publishConfig" : {
4242 "access" : " public" ,
4343 "registry" : " https://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments