Skip to content

Commit

Permalink
build(ci): actually install correct Node.js for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Mar 26, 2020
1 parent a8eedde commit 65662ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
- nodejs_version: "12"

install:
- npm cache clean -f
- ps: Install-Product node $env:nodejs_version
- node --version
- npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
- npm install -g cordova
Expand Down

0 comments on commit 65662ad

Please sign in to comment.