File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
with :
107
107
fetch-depth : 0
108
108
- name : Set up Node (20)
109
- uses : actions/setup-node@v3
109
+ uses : actions/setup-node@v4
110
110
with :
111
111
node-version : 22.10.0
112
112
- name : Test setup and yarn install
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210
210
- name : Unzip build artifact
211
211
run : tar xf build.tar.gz
212
212
- name : Set up Node (20)
213
- uses : actions/setup-node@v3
213
+ uses : actions/setup-node@v4
214
214
with :
215
215
node-version : 22.10.0
216
216
- name : Test setup and yarn install
@@ -228,7 +228,7 @@ jobs:
228
228
if : ${{ needs.build.outputs.changed == 'true'}}
229
229
steps :
230
230
- name : Set up Node (20)
231
- uses : actions/setup-node@v3
231
+ uses : actions/setup-node@v4
232
232
with :
233
233
node-version : 22.10.0
234
234
- name : Download build archive
Original file line number Diff line number Diff line change 85
85
with :
86
86
fetch-depth : 0
87
87
- name : Set up Node (20)
88
- uses : actions/setup-node@v3
88
+ uses : actions/setup-node@v4
89
89
with :
90
90
node-version : 22.10.0
91
91
- name : Test setup and yarn install
You can’t perform that action at this time.
0 commit comments