Skip to content

Commit

Permalink
fix: temporarily disable support for x86 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed Apr 15, 2024
1 parent 9c837a3 commit 11a6879
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 293 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ 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
246 changes: 0 additions & 246 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"@semantic-release/git": "^10.0.1",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"patch-package": "^8.0.0",
"prebuildify": "^6.0.0",
"prebuildify-cross": "^5.1.0",
"semantic-release": "^23.0.8"
Expand All @@ -74,7 +73,6 @@
"build:gyp-cross": "prebuildify-cross --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.12.2 --target 21.7.3",
"native_install": "node-gyp-build",
"install": "node scripts/install.js",
"prepare": "is-ci || husky install",
"postinstall": "patch-package"
"prepare": "is-ci || husky install"
}
}
Loading

0 comments on commit 11a6879

Please sign in to comment.