upgrade default node to current lts (#4086)
This commit is contained in:
parent
c7c830de80
commit
bec73109d6
@ -79,7 +79,7 @@ class Node(SimpleNamespace):
|
|||||||
"""Node/ NPM constants."""
|
"""Node/ NPM constants."""
|
||||||
|
|
||||||
# The Node version.
|
# The Node version.
|
||||||
VERSION = "18.17.0"
|
VERSION = "20.18.0"
|
||||||
# The minimum required node version.
|
# The minimum required node version.
|
||||||
MIN_VERSION = "18.17.0"
|
MIN_VERSION = "18.17.0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user