Skip to content

Commit

Permalink
build: add Node.js v16.x to CI (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Apr 28, 2021
1 parent b6f5eb1 commit 331c2ee
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 331c2ee

Please sign in to comment.