Skip to content

Commit 18e46a1

Browse files
authored
Merge pull request #517 from zeromq/update
2 parents 8a25c30 + 5782327 commit 18e46a1

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os:
16-
- ubuntu-20.04
16+
- ubuntu-22.04
1717
- macos-11
18-
- windows-2019
18+
- windows-2022
1919
node_version:
20-
- 14
20+
- 18
2121
node_arch:
2222
- x64
2323
zmq_draft:
@@ -31,7 +31,7 @@ jobs:
3131

3232
# include:
3333
# - os: windows-latest
34-
# node_version: 14
34+
# node_version: 18
3535
# node_arch: x86
3636
# zmq_draft: false
3737
# zmq_shared: false

binding.gyp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
'zmq_draft%': 'false',
55
'zmq_no_sync_resolve%': 'false',
66
'sanitizers%': 'false',
7+
'openssl_fips': '',
78
},
89

910
'targets': [
@@ -115,6 +116,8 @@
115116
'-Wno-unused-parameter',
116117
'-Wno-missing-field-initializers',
117118
],
119+
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
120+
'GCC_ENABLE_EXCEPTIONS': 'YES'
118121
},
119122
}],
120123

@@ -199,6 +202,8 @@
199202
'DEPLOYMENT_POSTPROCESSING': 'YES',
200203
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES',
201204
'DEAD_CODE_STRIPPING': 'YES',
205+
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
206+
'GCC_ENABLE_EXCEPTIONS': 'YES'
202207
},
203208
}],
204209

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@gnd/typedoc": "^0.15.0-0",
2424
"@types/chai": ">=4.3",
2525
"@types/fs-extra": "^9.0.13",
26-
"@types/mocha": ">=9.1",
27-
"@types/node": ">=18.7",
26+
"@types/mocha": ">=10.0",
27+
"@types/node": ">=18.11",
2828
"@types/semver": ">=7",
2929
"@types/weak-napi": "^2.0.1",
3030
"benchmark": ">=2",
@@ -35,9 +35,9 @@
3535
"eslint-plugin-prettier": "^4.2.1",
3636
"fs-extra": "^10.1.0",
3737
"gunzip-maybe": "^1.4.2",
38-
"mocha": ">=10.0",
38+
"mocha": ">=10.1",
3939
"node-addon-api": "^5.0.0",
40-
"node-fetch": "^3.2.10",
40+
"node-fetch": "^3.3.0",
4141
"prebuildify": "^5.0.1",
4242
"prettier": "^2.7.1",
4343
"semver": ">=7",

pnpm-lock.yaml

Lines changed: 24 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)