Skip to content

Commit

Permalink
Move to Node.js 20 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 19, 2023
1 parent 7de4860 commit 5f8dbdb
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 @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand Down

0 comments on commit 5f8dbdb

Please sign in to comment.