Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 593d1fa

Browse files
authored
Chore: Add Node 8 to Appveyor (#1987)
1 parent 6331ad8 commit 593d1fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
- nodejs_version: 7
6565
GYP_MSVS_VERSION: 2015
6666
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
67+
- nodejs_version: 8
68+
GYP_MSVS_VERSION: 2015
69+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
6770

6871
install:
6972
- ps: Install-Product node $env:nodejs_version $env:platform
@@ -145,6 +148,9 @@
145148
- nodejs_version: 7
146149
GYP_MSVS_VERSION: 2015
147150
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
151+
- nodejs_version: 8
152+
GYP_MSVS_VERSION: 2015
153+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
148154

149155
install:
150156
- ps: Install-Product node $env:nodejs_version $env:platform

0 commit comments

Comments
 (0)