1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-27 22:41:22 +01:00

install node 10 on windows builds

This commit is contained in:
Kyle Spearrin 2019-03-12 12:36:32 -04:00
parent 3187afdb0b
commit 62211128e7

View File

@ -10,6 +10,9 @@ services:
stack: node 10 stack: node 10
init:
- ps: Install-Product node 10
install: install:
- sh: npm i -g gulp - sh: npm i -g gulp
- ps: choco install cloc --no-progress - ps: choco install cloc --no-progress