Skip to content

Commit

Permalink
chore: fix appveyor glitch on Node 14 (karma-runner#3544)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 authored and anthony-redFox committed May 5, 2023
1 parent 56eaf8b commit 77c035c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
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 77c035c

Please sign in to comment.