Skip to content

Commit

Permalink
prep for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Apr 25, 2021
1 parent dee2754 commit 428006b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
run: |
npm install --ignore-scripts
node .prebuild/build.js
node_modules/.bin/prebuild -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 --include-regex "\.(node|exe|dll|pdb)"
node_modules/.bin/prebuild -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 --include-regex "\.(node|exe|dll|pdb)" -a ia32
node_modules/.bin/prebuild -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 --include-regex "\.(node|exe|dll|pdb)"
node_modules/.bin/prebuild -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 --include-regex "\.(node|exe|dll|pdb)" -a ia32
node_modules/.bin/prebuild -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 --include-regex "\.(node|exe|dll|pdb)" -r electron
node_modules/.bin/prebuild -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 --include-regex "\.(node|exe|dll|pdb)" -r electron -a ia32
Expand Down
9 changes: 8 additions & 1 deletion .prebuild/abi_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,14 @@
"runtime": "node",
"target": "15.0.0",
"lts": false,
"future": true,
"future": false,
"abi": "88"
},
{
"runtime": "node",
"target": "16.0.0",
"lts": false,
"future": true,
"abi": "93"
}
]
2 changes: 2 additions & 0 deletions .prebuild/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const nodeBuildTargets = [
'14.0.0',
'-t',
'15.0.0',
'-t',
'16.0.0',
]

const nodeBuildCmd = [
Expand Down
2 changes: 2 additions & 0 deletions .prebuild/buildify.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const nodeBuildTargets = [
'14.0.0',
'-t',
'15.0.0',
'-t',
'16.0.0',
// '-t',
// 'electron@5.0.0',
// '-t',
Expand Down

0 comments on commit 428006b

Please sign in to comment.