forked from mirrors/thatmattlove-hyperglass
increase minimum node version
This commit is contained in:
parent
3e73d02c46
commit
71834bfd4c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ METADATA = (__name__, __version__, __author__, __copyright__, __license__)
|
||||||
|
|
||||||
MIN_PYTHON_VERSION = (3, 8)
|
MIN_PYTHON_VERSION = (3, 8)
|
||||||
|
|
||||||
MIN_NODE_VERSION = 14
|
MIN_NODE_VERSION = 18
|
||||||
|
|
||||||
TARGET_FORMAT_SPACE = ("huawei", "huawei_vrpv8")
|
TARGET_FORMAT_SPACE = ("huawei", "huawei_vrpv8")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue