noejs 22.10.0 is out

This commit is contained in:
Khaleel Al-Adhami 2024-10-17 12:04:51 -07:00
parent 57b1539550
commit 1eacc659d7

View File

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