Skip to content

Commit

Permalink
Merge pull request #517 from zeromq/update
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Nov 13, 2022
2 parents 8a25c30 + 5782327 commit 18e46a1
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-11
- windows-2019
- windows-2022
node_version:
- 14
- 18
node_arch:
- x64
zmq_draft:
Expand All @@ -31,7 +31,7 @@ jobs:

# include:
# - os: windows-latest
# node_version: 14
# node_version: 18
# node_arch: x86
# zmq_draft: false
# zmq_shared: false
Expand Down
5 changes: 5 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
'zmq_draft%': 'false',
'zmq_no_sync_resolve%': 'false',
'sanitizers%': 'false',
'openssl_fips': '',
},

'targets': [
Expand Down Expand Up @@ -115,6 +116,8 @@
'-Wno-unused-parameter',
'-Wno-missing-field-initializers',
],
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'GCC_ENABLE_EXCEPTIONS': 'YES'
},
}],

Expand Down Expand Up @@ -199,6 +202,8 @@
'DEPLOYMENT_POSTPROCESSING': 'YES',
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES',
'DEAD_CODE_STRIPPING': 'YES',
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'GCC_ENABLE_EXCEPTIONS': 'YES'
},
}],

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@gnd/typedoc": "^0.15.0-0",
"@types/chai": ">=4.3",
"@types/fs-extra": "^9.0.13",
"@types/mocha": ">=9.1",
"@types/node": ">=18.7",
"@types/mocha": ">=10.0",
"@types/node": ">=18.11",
"@types/semver": ">=7",
"@types/weak-napi": "^2.0.1",
"benchmark": ">=2",
Expand All @@ -35,9 +35,9 @@
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^10.1.0",
"gunzip-maybe": "^1.4.2",
"mocha": ">=10.0",
"mocha": ">=10.1",
"node-addon-api": "^5.0.0",
"node-fetch": "^3.2.10",
"node-fetch": "^3.3.0",
"prebuildify": "^5.0.1",
"prettier": "^2.7.1",
"semver": ">=7",
Expand Down
53 changes: 24 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18e46a1

Please sign in to comment.