add abi for node14
This commit is contained in:
parent
79dd09e9da
commit
08a6f3bb48
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,4 +6,3 @@
|
||||
|
||||
# logs
|
||||
npm-debug.log
|
||||
|
||||
|
||||
@ -17,6 +17,7 @@ export function abiToNodeRange (abi) {
|
||||
if (/^m?67/.test(abi)) return 'node11';
|
||||
if (/^m?72/.test(abi)) return 'node12';
|
||||
if (/^m?79/.test(abi)) return 'node13';
|
||||
if (/^m?83/.test(abi)) return 'node14';
|
||||
return abi;
|
||||
}
|
||||
|
||||
|
||||
@ -36,7 +36,6 @@ const script = `
|
||||
if (modules === 64) {
|
||||
kCpuFeaturesOffset = 0x0c;
|
||||
} else
|
||||
// what about 67 here?
|
||||
if (modules === 72) {
|
||||
// no cpu features anymore
|
||||
} else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user