We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e438246 commit 7d5c646Copy full SHA for 7d5c646
1 file changed
appveyor.yml
@@ -4,6 +4,9 @@ image: Visual Studio 2017
4
platform:
5
- x64
6
7
+environment:
8
+ nodejs_version: "12"
9
+
10
cache:
11
- node_modules
12
@@ -14,8 +17,7 @@ branches:
14
17
clone_depth: 10
15
18
16
19
install:
- # https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
- - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 12) x64
20
+ - ps: Install-Product node $env:nodejs_version
21
- npm install
22
23
build_script:
0 commit comments