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