Skip to content

Commit

Permalink
ci: Use Node 20 for E2E GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Apr 10, 2024
1 parent 6162a69 commit c2b7e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
with:
version: 7

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: 'pnpm'

- name: Install
Expand Down

0 comments on commit c2b7e0a

Please sign in to comment.