Skip to content

Commit

Permalink
Rework to use any (any!) NodeJS version
Browse files Browse the repository at this point in the history
  • Loading branch information
willmorgan authored and dhensby committed Nov 5, 2019
1 parent 445b9bc commit e8cc2b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ environment:
- nodejs_version: "12"

install:
- ps: Install-Product node $env:nodejs_version
# https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
- npm install
- IF "%nodejs_version%" == "10" (npm install msnodesqlv8@0.8.2) ELSE (npm install msnodesqlv8@0.6.12)

platform:
- x86
- x64

cache:
- node_modules

Expand Down

0 comments on commit e8cc2b5

Please sign in to comment.