Skip to content

Commit f5c2dfe

Browse files
committed
Use newer Node version (thanks @sjrd)
Copied from the scala-js/scala-js repo: https://github.com/scala-js/scala-js/blob/master/appveyor.yml
1 parent ef80e4e commit f5c2dfe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .appveyor.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
version: '{build}'
22
os: Windows Server 2012
3+
environment:
4+
global:
5+
NODEJS_VERSION: "12"
36
matrix:
47
fast_finish: true
58

69
init:
10+
- ps: Install-Product node $env:NODEJS_VERSION
711
- cmd: choco install sbt
812
- cmd: refreshenv
13+
- cmd: SET "SBT_OPTS=-Xmx4g -Xms4m"
914
build_script:
1015
- cmd: sbt dotty-bootstrapped/compile
1116
test_script:

0 commit comments

Comments
 (0)