Skip to content

Commit

Permalink
fix(appveyor): switch from x86 to x64 version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Sep 2, 2020
1 parent 6887632 commit 5a84c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cli/tests/cli.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5a84c78

Please sign in to comment.