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}"
environment:
nodejs_version: "12"
nodejs_version: "15"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build_script: