File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : Setup Node.js
3232 uses : actions/setup-node@v6
3333 with :
34- node-version : ' 22 '
34+ node-version : ' 24 '
3535 cache : ' pnpm'
3636
3737 - name : Install dependencies
Original file line number Diff line number Diff line change 3333 - name : Setup Node.js
3434 uses : actions/setup-node@v6
3535 with :
36- node-version : 22
36+ node-version : 24
3737 cache : pnpm
3838
3939 - name : Setup Pages
Original file line number Diff line number Diff line change 1919 - name : Setup Node.js
2020 uses : actions/setup-node@v6
2121 with :
22- node-version : ' 22 '
22+ node-version : ' 24 '
2323 cache : ' pnpm'
2424
2525 - name : Install dependencies
Original file line number Diff line number Diff line change 4444 - name : Setup Node.js
4545 uses : actions/setup-node@v6
4646 with :
47- node-version : ' 22 '
47+ node-version : ' 24 '
4848 cache : ' pnpm'
4949
5050 - name : Install dependencies
@@ -100,7 +100,7 @@ jobs:
100100 - name : Setup Node.js
101101 uses : actions/setup-node@v6
102102 with :
103- node-version : ' 22 '
103+ node-version : ' 24 '
104104 cache : ' pnpm'
105105 registry-url : ' https://registry.npmjs.org'
106106
You can’t perform that action at this time.
0 commit comments