Skip to content

Commit

Permalink
Update prebuildify (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Jan 8, 2022
1 parent 4223dd4 commit 95b6176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: Build addon and run tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macos-latest
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"devDependencies": {
"node-gyp": "^5.0.7",
"nyc": "^15.0.0",
"prebuildify": "^3.0.4",
"prebuildify-cross": "github:prebuild/prebuildify-cross#v4.0.0",
"prebuildify": "^5.0.0",
"prebuildify-cross": "^4.0.2",
"standard": "^14.3.1",
"tap-dot": "^2.0.0",
"tape": "^4.10.1",
Expand Down

0 comments on commit 95b6176

Please sign in to comment.