Skip to content

Commit 86c1566

Browse files
committed
update electron v29
1 parent 6ce5968 commit 86c1566

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

+1-1
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-font-manager"
22-
ELECTRON_VERSION: "v25.9.3"
22+
ELECTRON_VERSION: "v29.4.3"
2323

2424
permissions:
2525
contents: read

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
1818

1919
SET(NODEJS_URL "https://artifacts.electronjs.org/headers/dist" CACHE STRING "Node.JS URL")
2020
SET(NODEJS_NAME "iojs" CACHE STRING "Node.JS Name")
21-
SET(NODEJS_VERSION "v25.9.3" CACHE STRING "Node.JS Version")
21+
SET(NODEJS_VERSION "v29.4.3" CACHE STRING "Node.JS Version")
2222

2323

2424
include(NodeJS)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
],
2020
"license": "MIT",
2121
"dependencies": {
22-
"node-addon-api": "^7.0.0"
22+
"node-addon-api": "^7.1.1"
2323
}
2424
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ [email protected]:
140140
version "2.0.0"
141141
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
142142

143-
node-addon-api@^7.0.0:
144-
version "7.0.0"
145-
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.0.0.tgz#8136add2f510997b3b94814f4af1cce0b0e3962e"
146-
integrity sha512-vgbBJTS4m5/KkE16t5Ly0WW9hz46swAstv0hYYwMtbG7AznRhNyfLRe8HZAiWIpcHzoO7HxhLuBQj9rJ/Ho0ZA==
143+
node-addon-api@^7.1.1:
144+
version "7.1.1"
145+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.1.1.tgz#1aba6693b0f255258a049d621329329322aad558"
146+
integrity sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==
147147

148148
once@^1.3.0:
149149
version "1.4.0"

0 commit comments

Comments
 (0)