Install the preferred node js version.

This commit is contained in:
Viktor Kovacs 2021-03-27 09:23:47 +01:00
parent 8a13aa5711
commit 8912895f68

View File

@ -1,9 +1,10 @@
version: "{build}" version: "{build}"
environment: environment:
nodejs_version: "12" nodejs_version: "15"
install: install:
- ps: Install-Product node $env:nodejs_version
- npm install - npm install
build_script: build_script: