-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: specify NAPI version in binding.gyp * feat: adjust nodejs scripts * feat: update covector to use updated prebuild script * chore: newline * chore: add .md to changes folder * feat: remove node-version from matrix * fix: remove ubuntu-18.04 & set nodejs to 16.x
- Loading branch information
Showing
7 changed files
with
24 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Move to N-API 6 builds. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
{ | ||
"targets": [ | ||
{ | ||
"target_name": "index" | ||
"target_name": "index", | ||
'defines': [ | ||
"NAPI_VERSION=<(napi_build_version)", | ||
], | ||
"win_delay_load_hook": "true", | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.