Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yorch authored and devoto13 committed Nov 1, 2023
1 parent 302ef2e commit 9f5834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The current node version 14.17.3 does not satisfy the required version >= 42.

## Supported `engines` keys

- `node` to control the version of Node. Besides the desired version, it is possible to set this key to `.nvmrc` constant. In this case plugin will read the desired version from the [`.nvmrc` file](https://github.com/nvm-sh/nvm#nvmrc).
- `node` to control the version of Node. Besides the desired version, it is possible to set this key to `.nvmrc` or `.node-version` constant. In this case plugin will read the desired version from the [`.nvmrc` file](https://github.com/nvm-sh/nvm#nvmrc) or [`.node-version` file](https://github.com/shadowspawn/node-version-usage).
- `yarn` to control the version of Yarn.

## Disable the check
Expand Down

0 comments on commit 9f5834e

Please sign in to comment.