Skip to content

Commit

Permalink
ci: run tests against node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 17, 2024
1 parent f04472e commit e72f353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "pnpm"

- name: Install dependencies
Expand All @@ -50,7 +50,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "pnpm"

- name: Install dependencies
Expand Down

0 comments on commit e72f353

Please sign in to comment.