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

Commit 7d5c646

Browse files
authored
restore appveyor config to use Node 12 (#190)
1 parent e438246 commit 7d5c646

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ image: Visual Studio 2017
44
platform:
55
- x64
66

7+
environment:
8+
nodejs_version: "12"
9+
710
cache:
811
- node_modules
912

@@ -14,8 +17,7 @@ branches:
1417
clone_depth: 10
1518

1619
install:
17-
# https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
18-
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 12) x64
20+
- ps: Install-Product node $env:nodejs_version
1921
- npm install
2022

2123
build_script:

0 commit comments

Comments
 (0)