We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb4f90e + c4b4115 commit 8bd7b4fCopy full SHA for 8bd7b4f
appveyor.yml
@@ -1,8 +1,9 @@
1
version: '{build}'
2
os: Windows Server 2012
3
install:
4
- - ps: Install-Product node 12
5
- - cmd: choco install sbt --version 1.4.0 -ia "INSTALLDIR=""C:\sbt"""
+ - ps: Install-Product node 16.14.2
+ - cmd: npm install -g [email protected]
6
+ - cmd: choco install sbt --version 1.6.2 -ia "INSTALLDIR=""C:\sbt"""
7
- cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
8
- cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
9
build: off
0 commit comments