Skip to content

Commit

Permalink
chore: fix appveyor glitch on Node 14 (#3544)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Aug 10, 2020
1 parent 1521f2b commit 1a118c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -11,7 +11,7 @@ matrix:

install:
# Install Node.js
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version x64

# Output our current versions for debugging
- node --version
Expand Down

0 comments on commit 1a118c2

Please sign in to comment.