Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
build(appveyor): use x64 node
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Jul 31, 2019
1 parent 384e7ae commit 1f7ee8e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
os: unstable

platform:
- x64

environment:
DEBUG: electron-builder
matrix:
- nodejs_version: STABLE
nodejs_version: STABLE

init:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version x64
- cmd: set NODE_OPTIONS=--max-old-space-size=1024

cache:
Expand Down

0 comments on commit 1f7ee8e

Please sign in to comment.