chore(website): nvmrc 16 (#12021)

* chore: nvmrc 16

* Node v16+
This commit is contained in:
Kevin Wang 2022-09-28 10:44:28 -04:00 committed by GitHub
parent 6fb6ae8aee
commit f6e31d3147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -1 +1 @@
v14
v16

View file

@ -49,7 +49,7 @@ The Docker image is pre-built with all the website dependencies installed, which
### With Node
If your local development environment has a supported version (v10.0.0+) of [node installed](https://nodejs.org/en/) you can run:
If your local development environment has a supported version (v16+) of [node installed](https://nodejs.org/en/) you can run:
- `npm install`
- `npm start`
@ -78,7 +78,6 @@ This file can be standard Markdown and also supports [YAML frontmatter](https://
title: 'My Title'
description: "A thorough, yet succinct description of the page's contents"
---
```
The significant keys in the YAML frontmatter are: