Skip to content

Commit

Permalink
updated to include node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
woessmich committed Aug 1, 2021
1 parent 2b2fa76 commit 3fd0d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ os:

language: node_js
node_js:
- '10'
- '12'
- '14'

- '16'
env:
- CXX=g++-6
addons:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 'test-{build}'
environment:
matrix:
- nodejs_version: '10'
- nodejs_version: '12'
- nodejs_version: '14'
- nodejs_version: '16'
platform:
- x86
- x64
Expand Down

0 comments on commit 3fd0d99

Please sign in to comment.