Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko committed Feb 24, 2024
1 parent 5a5bbf0 commit ffd697c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: win32-arm64
os: windows-2022
command: prebuildify
args: --arch arm64 --target 20.11.1
args: --arch arm64
- name: linux-x64
os: ubuntu-latest
command: prebuildify-cross
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig-build.json",
"install": "node-gyp-build",
"prebuildify": "prebuildify --napi --target 14.0.0 --force --strip --verbose",
"prebuildify-cross": "prebuildify-cross --napi --target 14.0.0 --force --strip --verbose",
"prebuildify": "prebuildify --napi --target 20.11.1 --force --strip --verbose",
"prebuildify-cross": "prebuildify-cross --napi --target 20.11.1 --force --strip --verbose",
"rebuild": "node-gyp rebuild",
"format": "eslint lib test bin --fix",
"lint": "eslint lib test bin && cc --verbose",
Expand Down

0 comments on commit ffd697c

Please sign in to comment.