Install the preferred node js version.
This commit is contained in:
parent
8a13aa5711
commit
8912895f68
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user