Skip to content

Commit

Permalink
test: include node 16 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Nov 3, 2021
1 parent f50212e commit 730030b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [10, 12, 14]
node-version: [10, 12, 14, 16, 17]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 730030b

Please sign in to comment.