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 39
39
- name : Setup Node
40
40
uses : actions/setup-node@v4
41
41
with :
42
- node-version : " 20 "
42
+ node-version : " 22 "
43
43
cache : " pnpm"
44
44
45
45
- name : Setup Pages
Original file line number Diff line number Diff line change 21
21
- name : Configure node for NPM registry as registry
22
22
uses : actions/setup-node@v4
23
23
with :
24
- node-version : ' 20 .x'
24
+ node-version : ' 22 .x'
25
25
cache : " pnpm"
26
26
registry-url : ' https://registry.npmjs.org'
27
27
scope : ' @openscript-ch'
41
41
- name : Configure node for Github registry as registry
42
42
uses : actions/setup-node@v4
43
43
with :
44
- node-version : ' 20 .x'
44
+ node-version : ' 22 .x'
45
45
registry-url : ' https://npm.pkg.github.com'
46
46
scope : ' @openscript-ch'
47
47
Original file line number Diff line number Diff line change 16
16
- name : Setup Node
17
17
uses : actions/setup-node@v4
18
18
with :
19
- node-version : " 20 "
19
+ node-version : " 22 "
20
20
cache : " pnpm"
21
21
22
22
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments