We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 850b80b + 68a797d commit 4dbc873Copy full SHA for 4dbc873
.travis.yml
@@ -5,8 +5,9 @@ os:
5
language: node_js
6
node_js:
7
- '8'
8
- - '10'
9
- '12'
+ - '14'
10
+ - '16'
11
before_script:
12
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1)
13
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi'
appveyor.yml
@@ -1,9 +1,9 @@
1
version: 'test-{build}'
2
environment:
3
matrix:
4
- - nodejs_version: '8'
- - nodejs_version: '10'
- nodejs_version: '12'
+ - nodejs_version: '14'
+ - nodejs_version: '16'
platform:
- x86
- x64
0 commit comments