mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -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:
|
||||
- &defaults
|
||||
docker:
|
||||
- image: cimg/node:12.20.1-browsers
|
||||
- image: cimg/node:16.14.2-browsers
|
||||
auth:
|
||||
username: $DOCKERHUB_USERNAME
|
||||
password: $DOCKERHUB_PASSWORD
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue