Skip to content

Commit 8519bc0

Browse files
committed
fix: fix cross compilation detection
1 parent 8fb3518 commit 8519bc0

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
include:
3030
# Windows x86
3131
- os: windows-2019
32-
node_arch: ia32
32+
node_arch: x64
3333
target_arch: ia32
3434
cpp_arch: amd64_x86
3535

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"homepage": "http://zeromq.github.io/zeromq.js/",
2121
"dependencies": {
22-
"cmake-ts": "1.0.1",
23-
"node-addon-api": "^8.3.0"
22+
"cmake-ts": "1.0.2",
23+
"node-addon-api": "^8.3.1"
2424
},
2525
"devDependencies": {
2626
"@types/benchmark": "~2.1.5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)