Skip to content

Commit

Permalink
chore(github workflows): ci and e2e tests: try updating to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
sharevb committed Apr 6, 2024
1 parent c0c5cfd commit fbde975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'pnpm'

- name: Get Playwright version
Expand Down

0 comments on commit fbde975

Please sign in to comment.