Skip to content

Commit dfc0bf6

Browse files
authored
Merge pull request #20 from Bilb/bump-node-electron
chore: bump node electron version used for build
2 parents baa0d9b + 4f4f280 commit dfc0bf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.15.0
1+
20.18.2

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"main": "index.js",
33
"name": "libsession_util_nodejs",
44
"description": "Wrappers for the Session Util Library",
5-
"version": "0.4.26",
5+
"version": "0.4.27",
66
"license": "GPL-3.0",
77
"author": {
88
"name": "Oxen Project",
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"update_version": "sh update_version.sh",
1313
"clean": "rimraf .cache build",
14-
"install": "cmake-js compile --runtime=electron --runtime-version=25.8.4 --CDSUBMODULE_CHECK=OFF --CDLOCAL_MIRROR=https://oxen.rocks/deps --CDENABLE_ONIONREQ=OFF --CDWITH_TESTS=OFF",
14+
"install": "cmake-js compile --runtime=electron --runtime-version=34.2.0 --CDSUBMODULE_CHECK=OFF --CDLOCAL_MIRROR=https://oxen.rocks/deps --CDENABLE_ONIONREQ=OFF --CDWITH_TESTS=OFF",
1515
"prepare_release": "sh prepare_release.sh",
1616
"dirty_sed": "sed -i \"s/target_compile_options(oxen-logging-warnings INTERFACE/#target_compile_options(oxen-logging-warnings INTERFACE/\" libsession-util/external/oxen-libquic/external/oxen-logging/CMakeLists.txt"
1717
},

0 commit comments

Comments
 (0)