mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
Update netlify deploy instructions for .nvmrc
syntax (#1337)
This commit is contained in:
parent
c36c9ba200
commit
0b73a093ee
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ jobs:
|
|||
|
||||
## Netlify
|
||||
|
||||
In your codebase, make sure you have a `.nvmrc` file with `v14.15.1` in it.
|
||||
In your codebase, make sure you have a [`.nvmrc`](https://github.com/nvm-sh/nvm#nvmrc) file with `node v14.15.1` in it.
|
||||
|
||||
You can configure your deploy in two ways, via the Netlify website or with the `netlify.toml` file.
|
||||
|
||||
|
|
Loading…
Reference in a new issue