Skip to content

Commit

Permalink
update nodejs to lts 22 for real this time (#4267)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 authored Oct 30, 2024
1 parent 98394ce commit 1f627c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex/constants/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1f627c5

Please sign in to comment.