diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec0f6f8..a2747b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ commit messaging follow the format ### Build Requirements To setup your work environment you'll need to use - * [NodeJS version 14+](https://nodejs.org/) + * [NodeJS version 16+](https://nodejs.org/) * [Yarn 1.22+](https://yarnpkg.com) * And if you plan on making container contributions you may want to setup - [Docker](https://docs.docker.com/engine/installation/) or diff --git a/Dockerfile b/Dockerfile index 25ccd1f..9833bda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14-alpine +FROM node:16-alpine WORKDIR /app diff --git a/README.md b/README.md index fa38d7b..e6b7081 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ a delay to see how your codebase will handle loading scenarios with a balls slow ## Requirements The basic requirements: - * [NodeJS version 14+](https://nodejs.org/) + * [NodeJS version 16+](https://nodejs.org/) * Optionally your system could be running - [Yarn 1.22+](https://yarnpkg.com), otherwise NPM should be adequate. - [Docker](https://docs.docker.com/engine/installation/)