1
0
mirror of synced 2025-11-08 12:57:47 +00:00

fix(appveyor): switch from x86 to x64 version of node

This commit is contained in:
Jason Dreyzehner
2020-09-01 21:02:11 -04:00
parent 6887632936
commit 5a84c78f31
2 changed files with 2 additions and 2 deletions

View File

@@ -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