We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904ceb3 commit f857613Copy full SHA for f857613
.github/workflows/CI.yml
@@ -146,7 +146,7 @@ jobs:
146
- name: Build Native Windows 32
147
if: ${{ matrix.os == 'windows-2019' && matrix.node_arch == 'ia32' }}
148
run:
149
- node ./node_modules/@aminya/cmake-ts/build/main.js named-configs
+ node ./node_modules/cmake-ts/build/main.js named-configs
150
windows-x86
151
152
- name: Use Node 20
package.json
@@ -19,7 +19,7 @@
19
},
20
"homepage": "http://zeromq.github.io/zeromq.js/",
21
"dependencies": {
22
- "cmake-ts": "^0.4.0",
+ "cmake-ts": "^0.5.1",
23
"node-addon-api": "^8.3.0"
24
25
"devDependencies": {
0 commit comments