upgrade default node to current lts (#4086)

This commit is contained in:
Khaleel Al-Adhami 2024-10-07 13:24:23 -07:00 committed by GitHub
parent c7c830de80
commit bec73109d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ class Node(SimpleNamespace):
"""Node/ NPM constants."""
# The Node version.
VERSION = "18.17.0"
VERSION = "20.18.0"
# The minimum required node version.
MIN_VERSION = "18.17.0"