Skip to content

Commit

Permalink
fix: add support for Windows x86
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed Apr 15, 2024
1 parent 11a6879 commit 71b74bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
fail-fast: false
matrix:
include:
- os: windows-2019
node_arch: x86
command: build:gyp
- os: windows-2019
node_arch: x64
command: build:gyp
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"nan": "^2.19.0",
"node-gyp-build": "^4.8.0",
"node-gyp-build": "github:derevnjuk/node-gyp-build#265be9efaccf9f86d279875ca0458533353064c6",
"plist": "^3.1.0"
},
"commitlint": {
Expand Down Expand Up @@ -63,7 +63,7 @@
"@semantic-release/git": "^10.0.1",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"prebuildify": "^6.0.0",
"prebuildify": "github:derevnjuk/prebuildify#7c2bf270e97a152bee4ae9b3b9c09e8d2120ee25",
"prebuildify-cross": "^5.1.0",
"semantic-release": "^23.0.8"
},
Expand Down

0 comments on commit 71b74bd

Please sign in to comment.