Skip to content

Commit 95fe2f7

Browse files
committed
upgrade node version
1 parent dfec6d6 commit 95fe2f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v4
1010
with:
11-
node-version: 18
11+
node-version: 20
1212
- name: Install dependencies
1313
run: npm ci
1414
- name: Install Playwright Browsers

.github/workflows/studio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Node.js, NPM and Yarn
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 18
26+
node-version: 20
2727

2828
- name: Prepare java
2929
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)