Skip to content

Commit 1598e76

Browse files
committed
fix: updated node version in Github actions (#3637)
1 parent 5359bd9 commit 1598e76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-playwright-tests-anvil-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: "16.15.1"
15+
node-version: "20.10.0"
1616
- name: Install dependencies
1717
run: |
1818
cd explorer

.github/workflows/run-playwright-tests-anvil-cmg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: "16.15.1"
15+
node-version: "20.10.0"
1616
- name: Install dependencies
1717
run: |
1818
cd explorer

0 commit comments

Comments
 (0)