chore(github workflows): ci and e2e tests: try updating to node 20

This commit is contained in:
ShareVB 2024-04-06 11:56:09 +02:00
parent 093daa8fd2
commit a8da319598
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'pnpm'
- name: Install dependencies

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'pnpm'
- name: Get Playwright version