Skip to content

Commit

Permalink
Fix appveyor build (Modernizr#2597)
Browse files Browse the repository at this point in the history
Update to x64 version of node
  • Loading branch information
Markel authored Sep 3, 2020
1 parent ef28146 commit ee2cc21
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 @@ -5,7 +5,7 @@ environment:
- nodejs_version: 14

install:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version x64
- npm install

build: off
Expand Down

0 comments on commit ee2cc21

Please sign in to comment.