Skip to content

Commit

Permalink
build: add Node.js v16.x to CI (nodejs#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas authored and Deepak Rajamohan committed Oct 15, 2021
1 parent 32f1148 commit b49c9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
os:
- windows-latest
- windows-2016
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- node/12
- node/14
- node/15
- node/16
compiler:
- gcc
- clang
Expand Down

0 comments on commit b49c9a5

Please sign in to comment.