Skip to content

Commit

Permalink
Merge pull request #277 from mariusa/patch-1
Browse files Browse the repository at this point in the history
clarify that NODE_VERSION is optional
  • Loading branch information
chr15m committed Mar 21, 2023
2 parents d4e846b + ba6d8e6 commit 6fe6d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ENV.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6fe6d2c

Please sign in to comment.