mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
'variables': {
|
||||
'clang': 0,
|
||||
'node_module_version': 15,
|
||||
'node_module_version': 14,
|
||||
'conditions': [
|
||||
['OS=="mac" or OS=="linux"', {
|
||||
'clang': 1,
|
||||
|
||||
Reference in New Issue
Block a user