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 c0c5cfda87
commit fbde97572f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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