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.
1 parent b40cc55 commit a9ff37aCopy full SHA for a9ff37a
.travis.yml
@@ -2,7 +2,7 @@ language: node_js
2
3
node_js:
4
- "lts/*"
5
- - "8"
+ - "node"
6
7
before_install:
8
- npm install -g npm@6
appveyor.yml
@@ -1,9 +1,11 @@
1
environment:
matrix:
- - nodejs_version: '8'
- - nodejs_version: '6'
+ - nodejs_version: 'LTS'
+ - nodejs_version: 'Current'
install:
+ - node --version
+ - npm --version
9
- ps: Install-Product node $env:nodejs_version
10
- set CI=true
11
- npm install --global npm@latest
0 commit comments