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:
parent
3187afdb0b
commit
62211128e7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user