File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 - name : Setup Node
4040 uses : actions/setup-node@v4
4141 with :
42- node-version : " 20 "
42+ node-version : " 24 "
4343 cache : " pnpm"
4444
4545 - name : Setup Pages
Original file line number Diff line number Diff line change 2121 - name : Configure node for NPM registry as registry
2222 uses : actions/setup-node@v4
2323 with :
24- node-version : ' 20 .x'
24+ node-version : ' 24 .x'
2525 cache : " pnpm"
2626 registry-url : ' https://registry.npmjs.org'
2727 scope : ' @openscript-ch'
4141 - name : Configure node for Github registry as registry
4242 uses : actions/setup-node@v4
4343 with :
44- node-version : ' 20 .x'
44+ node-version : ' 24 .x'
4545 registry-url : ' https://npm.pkg.github.com'
4646 scope : ' @openscript-ch'
4747
Original file line number Diff line number Diff line change 1616 - name : Setup Node
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : " 20 "
19+ node-version : " 24 "
2020 cache : " pnpm"
2121
2222 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments