We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4223dd4 commit 95b6176Copy full SHA for 95b6176
.github/workflows/ci.yaml
@@ -10,6 +10,7 @@ jobs:
10
name: Build addon and run tests
11
runs-on: ${{ matrix.os }}
12
strategy:
13
+ fail-fast: false
14
matrix:
15
os:
16
- macos-latest
package.json
@@ -39,8 +39,8 @@
39
"devDependencies": {
40
"node-gyp": "^5.0.7",
41
"nyc": "^15.0.0",
42
- "prebuildify": "^3.0.4",
43
- "prebuildify-cross": "github:prebuild/prebuildify-cross#v4.0.0",
+ "prebuildify": "^5.0.0",
+ "prebuildify-cross": "^4.0.2",
44
"standard": "^14.3.1",
45
"tap-dot": "^2.0.0",
46
"tape": "^4.10.1",
0 commit comments