Skip to content

Commit b505212

Browse files
committed
Use Node.js v20 for E2E tests
1 parent 11469d8 commit b505212

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
with:
3939
version: 10.14.0
4040

41-
- name: Setup Node.js 22.x
41+
- name: Setup Node.js 20.x
4242
uses: actions/setup-node@v4
4343
with:
44-
node-version: 22.x
44+
node-version: 20.x
4545
cache: "pnpm"
4646

4747
- name: Install Dependencies
@@ -83,10 +83,10 @@ jobs:
8383
with:
8484
version: 10.14.0
8585

86-
- name: Setup Node.js 22.x
86+
- name: Setup Node.js 20.x
8787
uses: actions/setup-node@v4
8888
with:
89-
node-version: 22.x
89+
node-version: 20.x
9090
cache: "pnpm"
9191

9292
- name: Install Dependencies
@@ -131,10 +131,10 @@ jobs:
131131
with:
132132
version: 10.14.0
133133

134-
- name: Setup Node.js 22.x
134+
- name: Setup Node.js 20.x
135135
uses: actions/setup-node@v4
136136
with:
137-
node-version: 22.x
137+
node-version: 20.x
138138
cache: "pnpm"
139139

140140
- id: set-matrix
@@ -161,10 +161,10 @@ jobs:
161161
with:
162162
version: 10.14.0
163163

164-
- name: Setup Node.js 22.x
164+
- name: Setup Node.js 20.x
165165
uses: actions/setup-node@v4
166166
with:
167-
node-version: 22.x
167+
node-version: 20.x
168168
cache: "pnpm"
169169

170170
- name: Setup canary
@@ -214,10 +214,10 @@ jobs:
214214
with:
215215
version: 10.14.0
216216

217-
- name: Setup Node.js 22.x
217+
- name: Setup Node.js 20.x
218218
uses: actions/setup-node@v4
219219
with:
220-
node-version: 22.x
220+
node-version: 20.x
221221
cache: "pnpm"
222222

223223
- name: Setup canary
@@ -266,10 +266,10 @@ jobs:
266266
with:
267267
version: 10.14.0
268268

269-
- name: Setup Node.js 22.x
269+
- name: Setup Node.js 20.x
270270
uses: actions/setup-node@v4
271271
with:
272-
node-version: 22.x
272+
node-version: 20.x
273273
cache: "pnpm"
274274

275275
- name: Install Dependencies

0 commit comments

Comments
 (0)