Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 08:44
· 226 commits to main since this release
4ca5ed0

Major Changes

  • #143 b3351d2 Thanks @eps1lon! - Fail install if used version of Node.js is not officially supported

    Add a list of supported versions of Node.js to engines in package.json.
    If the current version does not match, installation will fail (by default in Yarn and in NPM only if the engine-strict config is enabled).

    This warning can be ignored either by setting engine-strict to false in NPM (default) or add --ignore-engines to yarn (e.g. yarn --ignore-engines).