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 Jan 26, 2024
1 parent aaf5f2b commit 0efec9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
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 --ignore-scripts
Expand All @@ -31,6 +31,7 @@ jobs:
strategy:
matrix:
node-version:
- 20
- 18
- 16
name: Node.js ${{ matrix.node-version }} Quick
Expand Down

0 comments on commit 0efec9b

Please sign in to comment.