Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax Node.js version to
^14.20.1
and bump .nvmrc
to v14.21.3
* `engines.node` is relaxed from `14.20.1` to `^14.20.1`: yarn and OSD will allow version greater or equal to 14.20.1 to be used but do not impose upgrading to avoid being a breaking change. Users will be able to install any version of Node.js that satisfies `^14.20.1`, moving ahead without waiting for a change in OSD when new versions are released. * `.nvmrc` is bumped to the latest security patch: `14.21.3` Signed-off-by: Miki <miki@amazon.com>
- Loading branch information