Skip to content

Commit

Permalink
update electron 9
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Jun 16, 2020
1 parent 95235ff commit f2a69a5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(freetype2_INSTALL ${CMAKE_BINARY_DIR}/freetype2)

SET(NODEJS_URL "https://atom.io/download/atom-shell" CACHE STRING "Node.JS URL")
SET(NODEJS_NAME "iojs" CACHE STRING "Node.JS Name")
SET(NODEJS_VERSION "v6.0.3" CACHE STRING "Node.JS Version")
SET(NODEJS_VERSION "v9.0.4" CACHE STRING "Node.JS Version")

include(NodeJS)
include(ExternalProject)
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
DistributionAritfact: $(RuntimeName)-$(RuntimeVersion)-node-fontinfo
RuntimeURL: https://atom.io/download/atom-shell
RuntimeName: iojs
RuntimeVersion: v6.0.3
RuntimeVersion: v9.0.4

jobs:
- job: 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"main.js"
],
"devDependencies": {
"nan": "2.14.0"
"nan": "2.14.1"
}
}
2 changes: 1 addition & 1 deletion src/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ NAN_MODULE_INIT(init_module) {

}

NODE_MODULE(node_fontinfo, fontinfo::init_module)
NAN_MODULE_WORKER_ENABLED(node_fontinfo, fontinfo::init_module)
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


[email protected].0:
version "2.14.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
[email protected].1:
version "2.14.1"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==

0 comments on commit f2a69a5

Please sign in to comment.