diff --git a/README.md b/README.md index 0f65fd97..c6ef7306 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ For a local development environment, follow the instructions below ## System Requirements - [git][git] v2.13 or greater -- [NodeJS][node] `14 || 16 || 18` +- [NodeJS][node] `>=16` - [npm][npm] v8.16.0 or greater All of these must be available in your `PATH`. To verify things are set up diff --git a/package.json b/package.json index 08a23a24..502c03f7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "GPL-3.0-only", "main": "src/index.js", "engines": { - "node": "14 || 16 || 18", + "node": ">=16", "npm": ">=8.16.0" }, "dependencies": {