0
Fork 0
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:
Caleb Jasik 2021-09-08 12:42:25 -05:00 committed by GitHub
parent c36c9ba200
commit 0b73a093ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.