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