File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- uses : actions/setup-node@v4
26
26
with :
27
- node-version : ' 20 '
27
+ node-version : ' 22 '
28
28
29
29
- name : Install
30
30
uses : pnpm/action-setup@v4
60
60
61
61
- uses : actions/setup-node@v4
62
62
with :
63
- node-version : ' 18 '
63
+ node-version : ' 22 '
64
64
65
65
- name : Install
66
66
run : |
@@ -125,7 +125,7 @@ jobs:
125
125
126
126
- uses : actions/setup-node@v4
127
127
with :
128
- node-version : ' 18 '
128
+ node-version : ' 22 '
129
129
130
130
- name : Install
131
131
run : |
@@ -160,7 +160,7 @@ jobs:
160
160
161
161
- uses : actions/setup-node@v4
162
162
with :
163
- node-version : ' 20 '
163
+ node-version : ' 22 '
164
164
165
165
- name : Install
166
166
uses : pnpm/action-setup@v4
@@ -268,7 +268,7 @@ jobs:
268
268
269
269
- uses : actions/setup-node@v4
270
270
with :
271
- node-version : ' 20 '
271
+ node-version : ' 22 '
272
272
273
273
- name : Build dependencies
274
274
run : |
@@ -303,7 +303,7 @@ jobs:
303
303
304
304
- uses : actions/setup-node@v4
305
305
with :
306
- node-version : ' 18 '
306
+ node-version : ' 22 '
307
307
308
308
- name : Install
309
309
run : |
@@ -332,7 +332,7 @@ jobs:
332
332
333
333
- uses : actions/setup-node@v4
334
334
with :
335
- node-version : ' 20 '
335
+ node-version : ' 22 '
336
336
337
337
- name : Install
338
338
uses : pnpm/action-setup@v4
You can’t perform that action at this time.
0 commit comments