Skip to content

Commit 261e9c6

Browse files
committed
update e2e-test action to use node-version 20
1 parent e6ba475 commit 261e9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
cache: 'npm'
1919
- name: Docker compose
2020
run: docker compose up -d --build

0 commit comments

Comments
 (0)