File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
9
9
10
10
SET (NODEJS_URL "https://atom.io/download/atom-shell" CACHE STRING "Node.JS URL" )
11
11
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" )
13
13
14
14
include (NodeJS )
15
15
include (CPack )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ environment:
5
5
matrix :
6
6
- RuntimeURL : https://atom.io/download/atom-shell
7
7
RuntimeName : iojs
8
- RuntimeVersion : v4.1.4
8
+ RuntimeVersion : v2.0.8
9
9
10
10
NodeVersion : 10
11
11
BuildDirectory : build
@@ -41,4 +41,4 @@ artifacts:
41
41
- path : $(DistributionAritfact).tar.gz
42
42
name : Distribution Aritfact
43
43
44
- test : off
44
+ test : off
You can’t perform that action at this time.
0 commit comments