Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): require Node.js 14.17.0 as a minimum (#1260)
```console $ npm ci npm does not support Node.js v14.14.0 You should probably upgrade to a newer version of node as we can't make any promises that npm will work with this version. You can find the latest version at https://nodejs.org/ npm ERR! code EBADENGINE npm ERR! engine Unsupported engine npm ERR! engine Not compatible with your version of node/npm: @eslint/[email protected] npm ERR! notsup Not compatible with your version of node/npm: @eslint/[email protected] npm ERR! notsup Required: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"} npm ERR! notsup Actual: {"npm":"8.9.0","node":"v14.14.0"} ``` https://nodejs.org/en/blog/release/v14.17.0/
- Loading branch information