Skip to content

Commit

Permalink
chore: bump node-abi version to 3.0.0 (prebuild#282)
Browse files Browse the repository at this point in the history
* chore: bump node-abi version to 3.0.0

* chore: revert osx matrix
  • Loading branch information
xueqingxiao authored Sep 16, 2021
1 parent 7c08103 commit cc3a694
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@ language: node_js

matrix:
include:
- node_js: '14'
os: linux
- node_js: '12'
os: linux
- node_js: '10'
os: linux
- node_js: '8'
os: linux
- node_js: '6'
os: linux
- node_js: '14'
os: osx
- node_js: '12'
os: osx
- node_js: '10'
os: osx
- node_js: '8'
os: osx
- node_js: '6'
os: osx

3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ environment:
matrix:
- nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "14"

# Build on both platforms
platform:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"minimist": "^1.1.2",
"mkdirp": "^0.5.1",
"napi-build-utils": "^1.0.1",
"node-abi": "^2.2.0",
"node-abi": "^3.0.0",
"node-gyp": "^6.0.1",
"node-ninja": "^1.0.1",
"noop-logger": "^0.1.0",
Expand Down Expand Up @@ -70,6 +70,6 @@
},
"homepage": "https://github.com/prebuild/prebuild",
"engines": {
"node": ">=6"
"node": ">=10"
}
}

0 comments on commit cc3a694

Please sign in to comment.