1
0
mirror of synced 2025-11-08 04:48:04 +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

View File

@@ -472,7 +472,7 @@ test(`${TestDirectories.six}: Sandboxed: yarn, no initial commit`, async (t) =>
'test-6/.vscode/settings.json': 'f70eb64341e74d24d901055a26dc8242',
'test-6/LICENSE': '03ffa741a4f7e356b69353efa4937d2b',
'test-6/README.md': 'd809bcbf240f44b51b575a3d49936232',
'test-6/appveyor.yml': '214e043a9baa2a9d2579a0af0a5621a3',
'test-6/appveyor.yml': '70a91379874bffbf5b27ecbd2fb52ead',
'test-6/src/index.ts': 'fbc67c2cbf3a7d37e4e02583bf06eec9',
'test-6/src/lib/async.spec.ts': '65b10546885ebad41c098318b896f23c',
'test-6/src/lib/async.ts': '926732fef1285cb0abb5c6e287ed24df',