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 ecbac2c commit 05c82dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
node_arch: x64
command: build:gyp
args: --arch x64+arm64
- os: windows-2019
label: x86
node_arch: x86
command: build:gyp
- os: windows-2019
label: x64
node_arch: x64
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"
},
"contributors": [
{
Expand Down Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.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 05c82dd

Please sign in to comment.