Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(engines): fixed defined node version to account for the higher requirement from the npm plugin #2088

Merged
merged 9 commits into from Aug 25, 2021

Commits on Aug 23, 2021

  1. fix(engines): fixed defined node version to account for the higher re…

    …quirement from the npm plugin
    travi committed Aug 23, 2021
    Copy the full SHA
    91d3278 View commit details
    Browse the repository at this point in the history
  2. ci(engines): switched engines compatibility enforcement to use `ls-en…

    …gines`
    
    since `engine-strict` apparently does not fail `npm ci` as was expected
    travi committed Aug 23, 2021
    Copy the full SHA
    c1de0aa View commit details
    Browse the repository at this point in the history
  3. docs(engines): updated docs to account for the correction in the `eng…

    …ines` definition
    
    and to clean up a few cases that were even further out of date
    travi committed Aug 23, 2021
    Copy the full SHA
    6a75123 View commit details
    Browse the repository at this point in the history
  4. ci(engines): raised the lowest tested node version to match the fixed…

    … engines definition
    travi committed Aug 23, 2021
    Copy the full SHA
    665000d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9cc0ffe View commit details
    Browse the repository at this point in the history
  6. ci(engines): moved the engines enforcement to the single job instead …

    …of the matrix
    
    since it is not environment specific, but instead compares the range to that of the dependencies
    travi committed Aug 23, 2021
    Copy the full SHA
    8be56bb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. ci(engines): separated the ls-engines step to a step that runs on m…

    …acos
    
    in the hopes that it will avoid failures for an unknown dependency with incompatible engines that isnt installed on macos
    travi committed Aug 25, 2021
    Copy the full SHA
    bba0c17 View commit details
    Browse the repository at this point in the history
  2. chore(fs-extra): downgraded to a version that is compatible with the …

    …supported node versions
    travi committed Aug 25, 2021
    Copy the full SHA
    1800f8f View commit details
    Browse the repository at this point in the history
  3. Revert "ci(engines): separated the ls-engines step to a step that r…

    …uns on macos"
    
    This reverts commit bba0c17.
    travi committed Aug 25, 2021
    Copy the full SHA
    081558e View commit details
    Browse the repository at this point in the history