Skip to content

Commit 9d00ba6

Browse files
summeroffeddyStreamlabs
authored andcommitted
restore iojs 208 (#9)
* Update CMakeLists.txt * Update appveyor.yml
1 parent 24a6ee1 commit 9d00ba6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
99

1010
SET(NODEJS_URL "https://atom.io/download/atom-shell" CACHE STRING "Node.JS URL")
1111
SET(NODEJS_NAME "iojs" CACHE STRING "Node.JS Name")
12-
SET(NODEJS_VERSION "v4.1.4" CACHE STRING "Node.JS Version")
12+
SET(NODEJS_VERSION "v2.0.8" CACHE STRING "Node.JS Version")
1313

1414
include(NodeJS)
1515
include(CPack)

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
matrix:
66
- RuntimeURL: https://atom.io/download/atom-shell
77
RuntimeName: iojs
8-
RuntimeVersion: v4.1.4
8+
RuntimeVersion: v2.0.8
99

1010
NodeVersion: 10
1111
BuildDirectory: build
@@ -41,4 +41,4 @@ artifacts:
4141
- path: $(DistributionAritfact).tar.gz
4242
name: Distribution Aritfact
4343

44-
test: off
44+
test: off

0 commit comments

Comments
 (0)