Skip to content

Commit

Permalink
fix(appveyor): update matrix config to install defined node version
Browse files Browse the repository at this point in the history
  • Loading branch information
10xjs committed Sep 3, 2020
1 parent d1fa143 commit 703aa41
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 @@ -15,7 +15,7 @@ platform:
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: Install-Product node $env:node_version $env:platform
- npm install

# Post-install test scripts.
Expand Down

0 comments on commit 703aa41

Please sign in to comment.