Skip to content

Commit 95b6176

Browse files
authored
Update prebuildify (#187)
1 parent 4223dd4 commit 95b6176

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
name: Build addon and run tests
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
os:
1516
- macos-latest

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"devDependencies": {
4040
"node-gyp": "^5.0.7",
4141
"nyc": "^15.0.0",
42-
"prebuildify": "^3.0.4",
43-
"prebuildify-cross": "github:prebuild/prebuildify-cross#v4.0.0",
42+
"prebuildify": "^5.0.0",
43+
"prebuildify-cross": "^4.0.2",
4444
"standard": "^14.3.1",
4545
"tap-dot": "^2.0.0",
4646
"tape": "^4.10.1",

0 commit comments

Comments
 (0)