Skip to content

Commit fb9792b

Browse files
committed
Use Node.js v20 for E2E tests
1 parent 23f5c1d commit fb9792b

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
@@ -85,10 +85,10 @@ jobs:
8585
with:
8686
version: 10.14.0
8787

88-
- name: Setup Node.js 22.x
88+
- name: Setup Node.js 20.x
8989
uses: actions/setup-node@v4
9090
with:
91-
node-version: 22.x
91+
node-version: 20.x
9292
cache: "pnpm"
9393

9494
- name: Install Dependencies
@@ -133,10 +133,10 @@ jobs:
133133
with:
134134
version: 10.14.0
135135

136-
- name: Setup Node.js 22.x
136+
- name: Setup Node.js 20.x
137137
uses: actions/setup-node@v4
138138
with:
139-
node-version: 22.x
139+
node-version: 20.x
140140
cache: "pnpm"
141141

142142
- id: set-matrix
@@ -163,10 +163,10 @@ jobs:
163163
with:
164164
version: 10.14.0
165165

166-
- name: Setup Node.js 22.x
166+
- name: Setup Node.js 20.x
167167
uses: actions/setup-node@v4
168168
with:
169-
node-version: 22.x
169+
node-version: 20.x
170170
cache: "pnpm"
171171

172172
- name: Setup canary
@@ -213,10 +213,10 @@ jobs:
213213
with:
214214
version: 10.14.0
215215

216-
- name: Setup Node.js 22.x
216+
- name: Setup Node.js 20.x
217217
uses: actions/setup-node@v4
218218
with:
219-
node-version: 22.x
219+
node-version: 20.x
220220
cache: "pnpm"
221221

222222
- name: Setup canary
@@ -265,10 +265,10 @@ jobs:
265265
with:
266266
version: 10.14.0
267267

268-
- name: Setup Node.js 22.x
268+
- name: Setup Node.js 20.x
269269
uses: actions/setup-node@v4
270270
with:
271-
node-version: 22.x
271+
node-version: 20.x
272272
cache: "pnpm"
273273

274274
- name: Install Dependencies

0 commit comments

Comments
 (0)