Skip to content

Commit

Permalink
Arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
stoprocent committed Oct 20, 2023
1 parent 44a44a4 commit 44d5dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ jobs:
os: macos-11
node: x64
command: prebuildify
args: --arch x64+arm64
args: --arch x64+arm64 --target 18.0.0
- name: win32-x86
os: windows-2019
node: x86
command: prebuildify
args: --target 14.0.0
- name: win32-x64
os: windows-2019
node: x64
command: prebuildify
args: --target 14.0.0
- name: linux-x64
os: ubuntu-latest
command: prebuildify-cross
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"install": "node-gyp-build",
"lint": "eslint \"**/*.js\"",
"lint-fix": "eslint \"**/*.js\" --fix",
"prebuildify": "prebuildify --napi --target 18.0.0 --force --strip --verbose",
"prebuildify": "prebuildify --napi --force --strip --verbose",
"prebuildify-cross": "prebuildify-cross --napi --target 14.0.0 --force --strip --verbose",
"semantic-release": "semantic-release",
"pretest": "npm run rebuild",
Expand Down

0 comments on commit 44d5dcc

Please sign in to comment.