We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849eef0 commit c170a46Copy full SHA for c170a46
1 file changed
appveyor.yml
@@ -23,6 +23,8 @@ environment:
23
PYTHON: "C:\\Python36-x64"
24
25
install:
26
+ - ps: Install-Product node $env:nodejs_version
27
+ - sh: nvm install $nodejs_version
28
- npm install
29
30
build: off
0 commit comments