Skip to content

Commit

Permalink
Add Node.js 21 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 23, 2023
1 parent a015e3e commit 202ec8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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: 20
node-version: 21
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -31,6 +31,7 @@ jobs:
strategy:
matrix:
node-version:
- 20
- 18
name: Node.js ${{ matrix.node-version }} Quick
steps:
Expand Down

0 comments on commit 202ec8d

Please sign in to comment.