use node 16.14.2 in circleci and recommend 16

updates a package-lock to one generated using node 16.14.2
Updates README to recommend using node 16
This commit is contained in:
BryceLTaylor 2022-04-01 11:38:23 -04:00
parent d2e0b45609
commit 1bf6e69c79
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ version: 2.1
aliases:
- &defaults
docker:
- image: cimg/node:12.20.1-browsers
- image: cimg/node:16.14.2-browsers
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD

View file

@ -85,7 +85,7 @@ Our tests use:
### Before Getting Started
Make sure you have installed:
* [node](https://docs.npmjs.com/getting-started/installing-node): version 12
* [node](https://docs.npmjs.com/getting-started/installing-node): version 16
* npm (Node Package Manager): used to maintain and update packages required to build the site
### Update Packages