1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-12 20:20:37 +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
init:
- ps: Install-Product node 10
install:
- sh: npm i -g gulp
- ps: choco install cloc --no-progress