Skip to content

Commit 1a118c2

Browse files
authored
chore: fix appveyor glitch on Node 14 (#3544)
As per appveyor/ci#3502.
1 parent 1521f2b commit 1a118c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111

1212
install:
1313
# Install Node.js
14-
- ps: Install-Product node $env:nodejs_version
14+
- ps: Install-Product node $env:nodejs_version x64
1515

1616
# Output our current versions for debugging
1717
- node --version

0 commit comments

Comments
 (0)