fix(appveyor): switch from x86 to x64 version of node
This commit is contained in:
@@ -10,7 +10,7 @@ cache:
|
||||
- node_modules -> package.json
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- ps: Install-Product node $env:nodejs_version x64
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm install
|
||||
|
||||
Reference in New Issue
Block a user