File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 - uses : actions/checkout@v6
1212 - uses : actions/setup-node@v6
1313 with :
14- node-version : 22.21 .1
14+ node-version : 24.11 .1
1515 - name : Install Pnpm
1616 run : corepack enable
1717
1818 - name : Setup Node.js
1919 uses : actions/setup-node@v6
2020 with :
21- node-version : 22.21 .1
21+ node-version : 24.11 .1
2222 cache : ' pnpm'
2323
2424 - name : Install Dependencies
3636 - name : Setup Node.js
3737 uses : actions/setup-node@v6
3838 with :
39- node-version : 22.21 .1
39+ node-version : 24.11 .1
4040 cache : ' pnpm'
4141
4242 - 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 : 22.21 .1
28+ node-version : 24.11 .1
2929
3030 # Update npm to the latest version to enable OIDC
3131 # Use corepack to install pnpm
You can’t perform that action at this time.
0 commit comments