Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Change node install method on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Apr 24, 2019
1 parent d3aa1b4 commit 9a088c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Expand Up @@ -9,11 +9,11 @@ environment:
secure: 7t92yForo995jn/5Afeo6A3wcmEyus0nlybU4a9MYQ1FSoMvkjLeihbEQYr99F9S

matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "11"
- nodejs_version: "12"
- nodejs_version: "11"
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"

platform:
- x86
Expand All @@ -27,7 +27,7 @@ artifacts:

install:
- cmd: git submodule update --init --recursive
- ps: Install-Product node $env:nodejs_version $env:platform;
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
- node --version
- npm --version
- ps: >
Expand Down

0 comments on commit 9a088c3

Please sign in to comment.