bump min node version
This commit is contained in:
parent
e2cbc48a40
commit
7c7a97424a
@ -120,7 +120,7 @@ class Node(SimpleNamespace):
|
|||||||
# The Node version.
|
# The Node version.
|
||||||
VERSION = "22.10.0"
|
VERSION = "22.10.0"
|
||||||
# The minimum required node version.
|
# The minimum required node version.
|
||||||
MIN_VERSION = "18.17.0"
|
MIN_VERSION = "18.18.0"
|
||||||
|
|
||||||
@classproperty
|
@classproperty
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user