Skip to content

Commit f19e3f1

Browse files
authored
chore: update workflow node-version to 20 (#1742)
1 parent ff0ec5b commit f19e3f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-e2e-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 16
26+
node-version: 20
2727

2828
- name: Get pnpm store directory
2929
id: pnpm-cache
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: actions/setup-node@v3
6969
with:
70-
node-version: 16
70+
node-version: 20
7171
- name: Install dependencies
7272
run: |
7373
npm install -g @playwright/test

.github/workflows/test-e2e-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup node
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 16
29+
node-version: 20
3030

3131
- name: Get pnpm store directory
3232
id: pnpm-cache

.github/workflows/test-e2e-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Setup node
9494
uses: actions/setup-node@v3
9595
with:
96-
node-version: 16
96+
node-version: 20
9797
- name: Cache Playwright Installation
9898
uses: actions/cache@v3
9999
with:

0 commit comments

Comments
 (0)