clarify that NODE_VERSION is optional

(not sure if this is correct. Merging will confirm)
pull/277/head
Marius A 2023-03-13 21:01:08 +02:00 zatwierdzone przez GitHub
rodzic d4e846b88f
commit ba6d8e6bc0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ You can configure deployment settings by placing special variables in an `ENV` f
### Node
* `NODE_VERSION`: installs a particular version of node for your app if `nodeenv` is found on the path.
* `NODE_VERSION`: installs a particular version of node for your app if `nodeenv` is found on the path. Optional; if not specified, the system-wide node package is used.
> **NOTE**: you will need to stop and re-deploy the app to change the `node` version in a running app.