Browse Source

Set the min node version 16.8.0 (#1041)

Milo Chen 2 years ago
parent
commit
aa68446ea4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      pynecone/constants.py

+ 1 - 1
README.md

@@ -19,7 +19,7 @@
 Pynecone requires the following to get started:
 Pynecone requires the following to get started:
 
 
 -   Python 3.7+
 -   Python 3.7+
--   [Node.js 16.6.0+](https://nodejs.org/en/) (Don't worry, you won’t have to write any JavaScript!)
+-   [Node.js 16.8.0+](https://nodejs.org/en/) (Don't worry, you won’t have to write any JavaScript!)
 
 
 ```
 ```
 pip install pynecone
 pip install pynecone

+ 1 - 1
pynecone/constants.py

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