File tree Expand file tree Collapse file tree 4 files changed +210
-177
lines changed
Expand file tree Collapse file tree 4 files changed +210
-177
lines changed Original file line number Diff line number Diff line change 2424 - name : Setup Node.js
2525 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2626 with :
27- node-version : 24.14.0
27+ node-version : 24.14.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@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3131 with :
32- node-version : 24.14.0
32+ node-version : 24.14.1
3333
3434 - name : Install Dependencies
3535 run : pnpm install && npx playwright install
Original file line number Diff line number Diff line change 2727 "test" : " rstest"
2828 },
2929 "devDependencies" : {
30- "@rslib/core" : " ^0.20.0 " ,
31- "@rslint/core" : " ^0.3.3 " ,
32- "@rstest/core" : " ^0.9.4 " ,
30+ "@rslib/core" : " ^0.20.3 " ,
31+ "@rslint/core" : " ^0.3.4 " ,
32+ "@rstest/core" : " ^0.9.5 " ,
3333 "@types/node" : " ^24.12.0" ,
3434 "path-serializer" : " ^0.6.0" ,
3535 "prettier" : " ^3.8.1" ,
3636 "strip-ansi" : " ^7.2.0" ,
3737 "supports-color" : " ^10.2.2" ,
3838 "typescript" : " ^6.0.2"
3939 },
40- "packageManager" : " pnpm@10.32.1 " ,
40+ "packageManager" : " pnpm@10.33.0 " ,
4141 "engines" : {
4242 "node" : " ^20.19.0 || >=22.12.0"
4343 },
You can’t perform that action at this time.
0 commit comments