File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : Setup Node
32
32
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
33
33
with :
34
- node-version : 18
34
+ node-version : 22
35
35
36
36
- name : Install dependencies
37
37
run : npm install
Original file line number Diff line number Diff line change 31
31
- name : Setup Node
32
32
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
33
33
with :
34
- node-version : 18
34
+ node-version : 22
35
35
36
36
- name : Install dependencies
37
37
run : npm install
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ jobs:
250
250
- name : Setup Node.js
251
251
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
252
252
with :
253
- node-version : 18
253
+ node-version : 22
254
254
255
255
- name : Install dependencies
256
256
run : npm ci
You can’t perform that action at this time.
0 commit comments