Skip to content

Commit ca39f14

Browse files
authored
update to electron 6 (#28)
1 parent 5c333a6 commit ca39f14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
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 "v5.0.4" CACHE STRING "Node.JS Version")
12+
SET(NODEJS_VERSION "v6.0.3" CACHE STRING "Node.JS Version")
1313

1414
# Installation
1515
SET(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/distribute" CACHE PATH "Path to install files to")

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ strategy:
1414
Electron2:
1515
RuntimeURL: https://atom.io/download/atom-shell
1616
RuntimeName: iojs
17-
RuntimeVersion: v5.0.4
17+
RuntimeVersion: v6.0.3
1818

1919
pool:
2020
vmImage: 'vs2017-win2016'

crash-handler-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"license": "GPL-3.0-or-later",
1515
"main": "main.js",
1616
"devDependencies": {
17-
"nan": "2.12.1"
17+
"nan": "2.14.0"
1818
}
1919
}

0 commit comments

Comments
 (0)