Skip to content

Commit

Permalink
Faster way to switch node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Oct 13, 2014
1 parent 77155e3 commit 09f8fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -19,7 +19,7 @@ matrix:
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node 0.STABLE.latest
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- ps: Install-Product node $env:nodejs_version
# Typical npm stuff.
- npm install
# Grunt-specific stuff.
Expand Down

0 comments on commit 09f8fc4

Please sign in to comment.