Skip to content

Commit

Permalink
Add Node.js 17 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 30, 2021
1 parent ae9529a commit 8f65800
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 @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 17
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run tests
Expand All @@ -24,6 +24,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
- 14
- 12
name: Node.js ${{ matrix.node-version }} Quick
Expand Down

0 comments on commit 8f65800

Please sign in to comment.