Skip to content

Commit

Permalink
add node v16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vhashimotoo committed Apr 21, 2021
1 parent fb76e20 commit 4ee3051
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.x, 14.x, 15.x]
node-version: [12.x, 14.x, 15.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"rebuild": "node-gyp rebuild",
"rebuild:dev": "node-gyp rebuild --debug",
"prebuild:all": "yarn prebuild:node && yarn prebuild:electron",
"prebuild:node": "prebuild -t 12.0.0 -t 14.0.0 -t 15.0.0 -r node",
"prebuild:node": "prebuild -t 12.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 -r node",
"prebuild:electron": "prebuild -t 10.0.0 -t 11.0.0 -t 12.0.0 -r electron",
"test": "mocha lib/test/helper.js lib/test/*.test.js && npm run tsd",
"tsd": "tsd",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2036,9 +2036,9 @@ next-tick@~1.0.0:
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=

node-abi@^2.2.0, node-abi@^2.21.0:
version "2.21.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.21.0.tgz#c2dc9ebad6f4f53d6ea9b531e7b8faad81041d48"
integrity sha512-smhrivuPqEM3H5LmnY3KU6HfYv0u4QklgAxfFyRNujKUzbUcYZ+Jc2EhukB9SRcD2VpqhxM7n/MIcp1Ua1/JMg==
version "2.26.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.26.0.tgz#355d5d4bc603e856f74197adbf3f5117a396ba40"
integrity sha512-ag/Vos/mXXpWLLAYWsAoQdgS+gW7IwvgMLOgqopm/DbzAjazLltzgzpVMsFlgmo9TzG5hGXeaBZx2AI731RIsQ==
dependencies:
semver "^5.4.1"

Expand Down

0 comments on commit 4ee3051

Please sign in to comment.