Skip to content

Commit

Permalink
ci: use alternative method for installing node on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Apr 30, 2019
1 parent 6769f51 commit 97e7d18
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 @@ -32,7 +32,7 @@ environment:
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node
- ps: Install-Product node $env:nodejs_version x64
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) x64
# Typical npm stuff.
- set CL=-DDELAYIMP_INSECURE_WRITABLE_HOOKS
- npm install
Expand Down

0 comments on commit 97e7d18

Please sign in to comment.