diff --git a/appveyor.yml b/appveyor.yml index 70bee52b..f32dc867 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: