Skip to content

Commit 9dff0fd

Browse files
committed
Update test-all workflow with node 20.
1 parent 23721d2 commit 9dff0fd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test-all.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
run: |
4343
npx @puppeteer/browsers install chrome@stable
4444
- uses: actions/checkout@v3
45-
- name: Set up Node (16)
45+
- name: Set up Node (20)
4646
uses: actions/setup-node@v3
4747
with:
48-
node-version: 16.x
48+
node-version: 20.x
4949
- name: Test setup and yarn install
5050
run: |
5151
cp config/ci.config.json config/project.json
@@ -81,10 +81,10 @@ jobs:
8181
name: build.tar.gz
8282
- name: Unzip build artifact
8383
run: tar xf build.tar.gz
84-
- name: Set up Node (16)
84+
- name: Set up Node (20)
8585
uses: actions/setup-node@v3
8686
with:
87-
node-version: 16.x
87+
node-version: 20.x
8888
- name: Test setup and yarn install
8989
run: |
9090
cp config/ci.config.json config/project.json
@@ -132,10 +132,10 @@ jobs:
132132
name: build.tar.gz
133133
- name: Unzip build artifact
134134
run: tar xf build.tar.gz
135-
- name: Set up Node (16)
135+
- name: Set up Node (20)
136136
uses: actions/setup-node@v3
137137
with:
138-
node-version: 16.x
138+
node-version: 20.x
139139
- name: Test setup and yarn install
140140
run: |
141141
cp config/ci.config.json config/project.json
@@ -175,10 +175,10 @@ jobs:
175175
name: build.tar.gz
176176
- name: Unzip build artifact
177177
run: tar xf build.tar.gz
178-
- name: Set up Node (16)
178+
- name: Set up Node (20)
179179
uses: actions/setup-node@v3
180180
with:
181-
node-version: 16.x
181+
node-version: 20.x
182182
- name: Test setup and yarn install
183183
run: |
184184
cp config/ci.config.json config/project.json
@@ -219,10 +219,10 @@ jobs:
219219
name: build.tar.gz
220220
- name: Unzip build artifact
221221
run: tar xf build.tar.gz
222-
- name: Set up Node (16)
222+
- name: Set up Node (20)
223223
uses: actions/setup-node@v3
224224
with:
225-
node-version: 16.x
225+
node-version: 20.x
226226
- run: cp config/ci.config.json config/project.json
227227
- run: yarn
228228
- run: yarn build:${{ matrix.persistence }}

0 commit comments

Comments
 (0)