We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4755b commit 791faafCopy full SHA for 791faaf
1 file changed
appveyor.yml
@@ -23,6 +23,7 @@ environment:
23
install:
24
- cmd: powershell Install-Product node $env:nodejs_version
25
- sh: nvm install $nodejs_version
26
+ - node --version
27
- npm install
28
- npm install codecov -g
29
- npm install nyc -g
0 commit comments