Skip to content

Commit c170a46

Browse files
authored
updating appveyor to use correct version of node #158
1 parent 849eef0 commit c170a46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ environment:
2323
PYTHON: "C:\\Python36-x64"
2424

2525
install:
26+
- ps: Install-Product node $env:nodejs_version
27+
- sh: nvm install $nodejs_version
2628
- npm install
2729

2830
build: off

0 commit comments

Comments
 (0)