Update min node version to 16.6.0 (#957)

This commit is contained in:
Milo Chen 2023-05-07 03:11:07 +08:00 committed by GitHub
parent a24d382eb6
commit d32996c91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ PACKAGE_NAME = "pynecone"
# The current version of Pynecone.
VERSION = pkg_resources.get_distribution(PACKAGE_NAME).version
# Minimum version of Node.js required to run Pynecone.
MIN_NODE_VERSION = "12.22.0"
MIN_NODE_VERSION = "16.6.0"
# Valid bun versions.
MIN_BUN_VERSION = "0.5.8"