From f6e31d3147008dfa16fa3f031b6c18f5ec8a4c26 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Wed, 28 Sep 2022 10:44:28 -0400 Subject: [PATCH] chore(website): nvmrc 16 (#12021) * chore: nvmrc 16 * Node v16+ --- website/.nvmrc | 2 +- website/README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/website/.nvmrc b/website/.nvmrc index 958b5a36e..6f7f377bf 100644 --- a/website/.nvmrc +++ b/website/.nvmrc @@ -1 +1 @@ -v14 +v16 diff --git a/website/README.md b/website/README.md index 601644c9c..5bba4f52e 100644 --- a/website/README.md +++ b/website/README.md @@ -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: