Skip to content

Commit 45871ff

Browse files
authored
hotfix for electron 25 (#27)
1 parent 79a7c92 commit 45871ff

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
BUILD_DIRECTORY: "build"
2020
DISTRIBUTE_DIRECTORY: "distribute"
2121
RELEASE_BUCKET: "slobs-node-fontinfo"
22-
ELECTRON_VERSION: "v25.8.0"
22+
ELECTRON_VERSION: "v25.8.2"
2323

2424
permissions:
2525
contents: read

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(freetype2_INSTALL ${CMAKE_BINARY_DIR}/freetype2)
2222

2323
SET(NODEJS_URL "https://artifacts.electronjs.org/headers/dist" CACHE STRING "Node.JS URL")
2424
SET(NODEJS_NAME "iojs" CACHE STRING "Node.JS Name")
25-
SET(NODEJS_VERSION "v25.8.0" CACHE STRING "Node.JS Version")
25+
SET(NODEJS_VERSION "v25.8.2" CACHE STRING "Node.JS Version")
2626

2727
include(NodeJS)
2828
include(ExternalProject)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"shelljs": "^0.8.4"
2323
},
2424
"dependencies": {
25-
"node-addon-api": "^3.0.2"
25+
"node-addon-api": "^7.0.0"
2626
}
2727
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ minimatch@^3.0.4:
7777
dependencies:
7878
brace-expansion "^1.1.7"
7979

80-
node-addon-api@^3.0.2:
81-
version "3.0.2"
82-
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.0.2.tgz#04bc7b83fd845ba785bb6eae25bc857e1ef75681"
83-
integrity sha512-+D4s2HCnxPd5PjjI0STKwncjXTUKKqm74MDMz9OPXavjsGmjkvwgLtA5yoxJUdmpj52+2u+RrXgPipahKczMKg==
80+
node-addon-api@^7.0.0:
81+
version "7.0.0"
82+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.0.0.tgz#8136add2f510997b3b94814f4af1cce0b0e3962e"
83+
integrity sha512-vgbBJTS4m5/KkE16t5Ly0WW9hz46swAstv0hYYwMtbG7AznRhNyfLRe8HZAiWIpcHzoO7HxhLuBQj9rJ/Ho0ZA==
8484

8585
once@^1.3.0:
8686
version "1.4.0"

0 commit comments

Comments
 (0)