File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
- name : Use Node.js v20
21
21
uses : actions/setup-node@v4
22
22
with :
23
- node-version : 20
23
+ node-version : 22
24
24
cache : yarn
25
25
- name : Install Dependencies
26
26
run : yarn --immutable
Original file line number Diff line number Diff line change 16
16
- name : Use Node.js v20
17
17
uses : actions/setup-node@v4
18
18
with :
19
- node-version : 20
19
+ node-version : 22
20
20
cache : yarn
21
21
- name : Install Dependencies
22
22
run : yarn --immutable
41
41
- name : Use Node.js v20
42
42
uses : actions/setup-node@v4
43
43
with :
44
- node-version : 20
44
+ node-version : 22
45
45
cache : yarn
46
46
- name : Install Dependencies
47
47
run : yarn --immutable
66
66
- name : Use Node.js v20
67
67
uses : actions/setup-node@v4
68
68
with :
69
- node-version : 20
69
+ node-version : 22
70
70
cache : yarn
71
71
- name : Install Dependencies
72
72
run : yarn --immutable
91
91
- name : Use Node.js v20
92
92
uses : actions/setup-node@v4
93
93
with :
94
- node-version : 20
94
+ node-version : 22
95
95
cache : yarn
96
96
- name : Install Dependencies
97
97
run : yarn --immutable
Original file line number Diff line number Diff line change 29
29
- name : Use Node.js v20
30
30
uses : actions/setup-node@v4
31
31
with :
32
- node-version : 20
32
+ node-version : 22
33
33
cache : yarn
34
34
registry-url : https://registry.yarnpkg.com/
35
35
- name : Install Dependencies
You can’t perform that action at this time.
0 commit comments