add abi for node14

This commit is contained in:
IgorKlopov 2020-05-10 22:54:25 +03:00
parent 79dd09e9da
commit 08a6f3bb48
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,4 +6,3 @@
# logs
npm-debug.log

View File

@ -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;
}

View File

@ -36,7 +36,6 @@ const script = `
if (modules === 64) {
kCpuFeaturesOffset = 0x0c;
} else
// what about 67 here?
if (modules === 72) {
// no cpu features anymore
} else