diff --git a/README.md b/README.md index be2585f..f128e33 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### Requirements -- `node >= 16.x` +- `20.x >= node >= 16.x` - node-gyp dependencies installed for your platform (see [node-gyp](https://github.com/nodejs/node-gyp) for more details) ### Installation diff --git a/package.json b/package.json index a37cac4..d8ce85d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "0.0.1-rc.7", "description": "IDE style command line auto complete", "type": "module", + "engines": { + "node" : ">=16.6.0 <21.0.0" + }, "bin": { "inshellisense": "./build/index.js", "is": "./build/index.js"