Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
and ensure it's the latest 12.x version too
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Apr 24, 2019
1 parent 8515f1f commit 1e6fdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -15,7 +15,7 @@ clone_depth: 10

install:
# https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
- ps: Update-NodeJsInstallation 12.0.0 x64
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 12.0) x64
- npm install

build_script:
Expand Down

0 comments on commit 1e6fdf1

Please sign in to comment.