Skip to content

Commit

Permalink
docs(render-com): add note about node version (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
ra-jeev committed Sep 5, 2023
1 parent ab15724 commit 0c35911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.deploy/providers/render.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Nitro supports deploying on [Render](https://render.com/) with minimal configura

1. Update the start command to `node .output/server/index.mjs`

1. Click 'Advanced' and add an environment variable with `NITRO_PRESET` set to `render_com`.
1. Click 'Advanced' and add an environment variable with `NITRO_PRESET` set to `render_com`. You may also need to add a `NODE_VERSION` environment variable set to `18` for the build to succeed ([docs](https://render.com/docs/node-version)).

1. Click 'Create Web Service'.

Expand Down

0 comments on commit 0c35911

Please sign in to comment.