Skip to content

Commit

Permalink
Work around AppVeyor not supporting Node 12 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry authored and vweevers committed May 31, 2019
1 parent 8307488 commit e4f620e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ platform:
- x64

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
- set PATH=%APPDATA%\npm;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin;%PATH%
- npm i

Expand Down

0 comments on commit e4f620e

Please sign in to comment.