Skip to content

Commit

Permalink
ci: use x64
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 7, 2020
1 parent 946b978 commit 0c3c546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
environment:
nodejs_version: "12"
nodejs_version: '12'

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

test_script:
Expand Down

0 comments on commit 0c3c546

Please sign in to comment.