Skip to content

Commit

Permalink
docs: mention nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored and jsmrcaga committed Nov 10, 2021
1 parent 9d9a0e5 commit aeb6aa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,9 @@ jobs:
state: success
target_url: https://${{ env.BRANCH_NAME }}--my-site.netlify.app
```

### Selecting node version

By default, the latest node will be installed before buidling the application.

To select a different release, create an `.nvmrc` file with the desired version range.

0 comments on commit aeb6aa5

Please sign in to comment.