mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-18 09:00:30 -05:00
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:
parent
d2e0b45609
commit
1bf6e69c79
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ version: 2.1
|
||||||
aliases:
|
aliases:
|
||||||
- &defaults
|
- &defaults
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:12.20.1-browsers
|
- image: cimg/node:16.14.2-browsers
|
||||||
auth:
|
auth:
|
||||||
username: $DOCKERHUB_USERNAME
|
username: $DOCKERHUB_USERNAME
|
||||||
password: $DOCKERHUB_PASSWORD
|
password: $DOCKERHUB_PASSWORD
|
||||||
|
|
|
@ -85,7 +85,7 @@ Our tests use:
|
||||||
### Before Getting Started
|
### Before Getting Started
|
||||||
|
|
||||||
Make sure you have installed:
|
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
|
* npm (Node Package Manager): used to maintain and update packages required to build the site
|
||||||
|
|
||||||
### Update Packages
|
### Update Packages
|
||||||
|
|
Loading…
Reference in a new issue