Skip to content

Commit

Permalink
Stick with node LTS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Jun 26, 2018
1 parent 9894cc4 commit a623610
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
@@ -1,11 +1,10 @@
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm i -g npm@latest
- npm ci
build: off
test_script:
- node --version
Expand Down

0 comments on commit a623610

Please sign in to comment.