Still use 14 for node_module_version
We haven't broken abi yet, still use 14 to be compatible with previous versions.
This commit is contained in:
parent
72fc1e8dc6
commit
98fec2f317
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
'variables': {
|
||||
'clang': 0,
|
||||
'node_module_version': 15,
|
||||
'node_module_version': 14,
|
||||
'conditions': [
|
||||
['OS=="mac" or OS=="linux"', {
|
||||
'clang': 1,
|
||||
|
|
Loading…
Reference in a new issue