Skip to content

Commit f857613

Browse files
committed
fix: update cmake to v0.5.1
1 parent 904ceb3 commit f857613

File tree

4 files changed

+10
-543
lines changed

4 files changed

+10
-543
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- name: Build Native Windows 32
147147
if: ${{ matrix.os == 'windows-2019' && matrix.node_arch == 'ia32' }}
148148
run:
149-
node ./node_modules/@aminya/cmake-ts/build/main.js named-configs
149+
node ./node_modules/cmake-ts/build/main.js named-configs
150150
windows-x86
151151

152152
- name: Use Node 20

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "http://zeromq.github.io/zeromq.js/",
2121
"dependencies": {
22-
"cmake-ts": "^0.4.0",
22+
"cmake-ts": "^0.5.1",
2323
"node-addon-api": "^8.3.0"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)