Skip to content

Commit

Permalink
Update NODE_VERSION for Render to 18 (close #8508) (#9149)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
  • Loading branch information
Benjamin-Lee and jtoar committed Sep 13, 2023
1 parent b508fe4 commit 1c870ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/commands/setup/deploy/templates/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
staticPublishPath: ./web/dist
envVars:
- key: NODE_VERSION
value: 16
value: 18
- key: SKIP_INSTALL_DEPS
value: true
routes:
Expand All @@ -44,7 +44,7 @@ services:
startCommand: yarn rw deploy render api
envVars:
- key: NODE_VERSION
value: 16
value: 18
${database}
`
}
Expand Down

0 comments on commit 1c870ba

Please sign in to comment.