@@ -42,10 +42,10 @@ jobs:
42
42
run : |
43
43
npx @puppeteer/browsers install chrome@stable
44
44
- uses : actions/checkout@v3
45
- - name : Set up Node (16 )
45
+ - name : Set up Node (20 )
46
46
uses : actions/setup-node@v3
47
47
with :
48
- node-version : 16 .x
48
+ node-version : 20 .x
49
49
- name : Test setup and yarn install
50
50
run : |
51
51
cp config/ci.config.json config/project.json
@@ -81,10 +81,10 @@ jobs:
81
81
name : build.tar.gz
82
82
- name : Unzip build artifact
83
83
run : tar xf build.tar.gz
84
- - name : Set up Node (16 )
84
+ - name : Set up Node (20 )
85
85
uses : actions/setup-node@v3
86
86
with :
87
- node-version : 16 .x
87
+ node-version : 20 .x
88
88
- name : Test setup and yarn install
89
89
run : |
90
90
cp config/ci.config.json config/project.json
@@ -132,10 +132,10 @@ jobs:
132
132
name : build.tar.gz
133
133
- name : Unzip build artifact
134
134
run : tar xf build.tar.gz
135
- - name : Set up Node (16 )
135
+ - name : Set up Node (20 )
136
136
uses : actions/setup-node@v3
137
137
with :
138
- node-version : 16 .x
138
+ node-version : 20 .x
139
139
- name : Test setup and yarn install
140
140
run : |
141
141
cp config/ci.config.json config/project.json
@@ -175,10 +175,10 @@ jobs:
175
175
name : build.tar.gz
176
176
- name : Unzip build artifact
177
177
run : tar xf build.tar.gz
178
- - name : Set up Node (16 )
178
+ - name : Set up Node (20 )
179
179
uses : actions/setup-node@v3
180
180
with :
181
- node-version : 16 .x
181
+ node-version : 20 .x
182
182
- name : Test setup and yarn install
183
183
run : |
184
184
cp config/ci.config.json config/project.json
@@ -219,10 +219,10 @@ jobs:
219
219
name : build.tar.gz
220
220
- name : Unzip build artifact
221
221
run : tar xf build.tar.gz
222
- - name : Set up Node (16 )
222
+ - name : Set up Node (20 )
223
223
uses : actions/setup-node@v3
224
224
with :
225
- node-version : 16 .x
225
+ node-version : 20 .x
226
226
- run : cp config/ci.config.json config/project.json
227
227
- run : yarn
228
228
- run : yarn build:${{ matrix.persistence }}
0 commit comments