Skip to content

Commit

Permalink
remove EOL node versions and use bundled npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiask88 committed Jan 28, 2018
1 parent 40c5bdf commit 5f2cb1b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions appveyor.yml
Expand Up @@ -15,9 +15,7 @@ environment:
matrix:
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "5"
- nodejs_version: "4"

# Build on both platforms
Expand All @@ -29,9 +27,6 @@ platform:
install:
# Get the latest version of $env:nodejs_version
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
# Update to latest npm
- npm -g install npm 2>&1>nul
- SET PATH=%APPDATA%\npm;%PATH%
# Output useful info for debugging
- node --version
- npm --version
Expand Down

0 comments on commit 5f2cb1b

Please sign in to comment.