We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5b52d commit 62ef6fbCopy full SHA for 62ef6fb
.travis.yml
@@ -3,8 +3,8 @@ os:
3
- osx
4
language: node_js
5
node_js:
6
- - 10
7
- - 12
+ - 14
+ - 16
8
sudo: false
9
compiler: clang
10
notifications:
appveyor.yml
@@ -4,8 +4,8 @@ clone_depth: 1
environment:
matrix:
- - nodejs_version: 10
- - nodejs_version: 12
+ - nodejs_version: 14
+ - nodejs_version: 16
install:
11
- ps: Install-Product node $env:nodejs_version
0 commit comments