update nodejs to lts 22 for real this time (#4267)

This commit is contained in:
Khaleel Al-Adhami 2024-10-29 22:02:21 -07:00 committed by GitHub
parent 98394ceb8e
commit 1f627c5a30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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