Skip to content

Commit ee23aa0

Browse files
committed
run e2e tests with node 18
1 parent 307fcc7 commit ee23aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Checkout Repo
1111
uses: actions/checkout@v4
1212

13-
- name: Use Node.js 22
13+
- name: Use Node.js 18
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: '22.11'
16+
node-version: '18.20'
1717

1818
- run: corepack enable
1919
- run: yarn install

0 commit comments

Comments
 (0)