upgrade node to latest lts (#4191)

This commit is contained in:
Khaleel Al-Adhami 2024-10-21 12:11:00 -07:00 committed by GitHub
parent 6cb87a812f
commit fcc97b0402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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