Skip to content

Commit

Permalink
chore: remove Node.js 10.0.0 from AppVeyor config
Browse files Browse the repository at this point in the history
The version 10.0.0 is way too outdated, it makes little sense to test
it. Unfortunately we cannot upgrade to a newer 10.x version because
the CLI tests freeze on Windows :(

Also, Node.js 10.0.0 is shipping an outdated npm version that does not
support `npm ci` command that we are using to speed up install times.
  • Loading branch information
bajtos authored and raymondfeng committed Mar 8, 2019
1 parent 2b648ae commit d4eb70c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10.0.0"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit d4eb70c

Please sign in to comment.