Skip to content

Commit

Permalink
fix: drop node 17 builds (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot authored Nov 18, 2021
1 parent c243b07 commit e2ad9fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"scripts": {
"install": "prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild",
"lint": "cc --verbose",
"prebuild": "prebuild --all --force --strip --verbose --tag-prefix @serialport/bindings@",
"prebuild": "npm run prebuild-node && npm run prebuild-electron",
"prebuild-node": "prebuild --force --strip --verbose --tag-prefix @serialport/bindings@ -t 12.0.0 -t 14.0.0 -t 16.0.0",
"prebuild-electron": "prebuild --force --strip --verbose --tag-prefix @serialport/bindings@ -r electron -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0",
"rebuild": "node-gyp rebuild"
},
"publishConfig": {
Expand Down

0 comments on commit e2ad9fb

Please sign in to comment.