Skip to content

Commit 8bd7b4f

Browse files
authored
Merge pull request #425 from ptrdom/fix-appveyor
Fix AppVeyor
2 parents bb4f90e + c4b4115 commit 8bd7b4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
version: '{build}'
22
os: Windows Server 2012
33
install:
4-
- ps: Install-Product node 12
5-
- cmd: choco install sbt --version 1.4.0 -ia "INSTALLDIR=""C:\sbt"""
4+
- ps: Install-Product node 16.14.2
5+
- cmd: npm install -g [email protected]
6+
- cmd: choco install sbt --version 1.6.2 -ia "INSTALLDIR=""C:\sbt"""
67
- cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
78
- cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
89
build: off

0 commit comments

Comments
 (0)