File tree Expand file tree Collapse file tree 4 files changed +37
-37
lines changed
Expand file tree Collapse file tree 4 files changed +37
-37
lines changed Original file line number Diff line number Diff 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 :
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
Original file line number Diff line number Diff line change 44 'zmq_draft%' : 'false' ,
55 'zmq_no_sync_resolve%' : 'false' ,
66 'sanitizers%' : 'false' ,
7+ 'openssl_fips' : '' ,
78 },
89
910 'targets' : [
115116 '-Wno-unused-parameter' ,
116117 '-Wno-missing-field-initializers' ,
117118 ],
119+ 'GCC_ENABLE_CPP_EXCEPTIONS' : 'YES' ,
120+ 'GCC_ENABLE_EXCEPTIONS' : 'YES'
118121 },
119122 }],
120123
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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments