Skip to content

Commit

Permalink
More cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
stoprocent committed Oct 20, 2023
1 parent 1b81a85 commit a3d55db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
matrix:
include:
- name: darwin
os: macos-11
os: macos-11
node: x64
command: prebuildify
args: --openssl_fips='' --arch x64+arm64
args: --arch x64+arm64
- name: win32-x86
os: windows-2019
node: x86
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"install": "node-gyp-build",
"lint": "eslint \"**/*.js\"",
"lint-fix": "eslint \"**/*.js\" --fix",
"prebuildify": "prebuildify --napi --force --strip --verbose",
"prebuildify-cross": "prebuildify-cross --napi --force --strip --verbose",
"prebuildify": "prebuildify --napi --target 18.0.0 --force --strip --verbose",
"prebuildify-cross": "prebuildify-cross --napi --target 14.0.0 --force --strip --verbose",
"semantic-release": "semantic-release",
"pretest": "npm run rebuild",
"rebuild": "node-gyp rebuild",
Expand Down

0 comments on commit a3d55db

Please sign in to comment.