Skip to content

Commit

Permalink
ci: use Node 14 & fix memory on AppVeyor (#3175)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves committed Apr 27, 2021
1 parent 7cd8d78 commit b2283a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
@@ -1,6 +1,7 @@
environment:
nodejs_version: '12'

nodejs_version: '14'
# https://ci.appveyor.com/pricing 6-8 GiB? Using 5 GiB as max:
NODE_OPTIONS: '--max-old-space-size=5120'
install:
- ps: Install-Product node $env:nodejs_version x64
- yarn --frozen-lockfile
Expand Down

0 comments on commit b2283a5

Please sign in to comment.