Skip to content

Commit

Permalink
Add node v17 to CI (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Nov 18, 2021
1 parent 2987244 commit 0ab984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
node-version: [12, 14, 16]
node-version: [12, 14, 16, 17]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 0ab984f

Please sign in to comment.