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

update Node.js versions used in Travis CI checks #2008

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 9, 2021

  1. update Node.js versions used in Travis CI checks

    Node.js versions below 10.x are not maintained anymore, so it
    is probably best to use some newer, still maintained versions.
    For release cyles of Node.js see the official site:
    <https://nodejs.org/en/about/releases/>.
    striezel committed May 9, 2021
    Configuration menu
    Copy the full SHA
    c34681d View commit details
    Browse the repository at this point in the history
  2. update Node.js versions used in AppVeyor checks

    Node.js versions below 10.x are not maintained anymore, so it
    is probably best to use some newer, still maintained versions.
    striezel committed May 9, 2021
    Configuration menu
    Copy the full SHA
    9e0cbc9 View commit details
    Browse the repository at this point in the history
  3. avoid AppVeyor quirk with Node.js 16

    AppVeyor cannot find a matching package to install for Node 16,
    so do not use it on AppVeyor. For an example of that problem see
    <https://ci.appveyor.com/project/browserify/browserify/builds/39074493/job/f56gjo1d8f1odghj>
    striezel committed May 9, 2021
    Configuration menu
    Copy the full SHA
    2842cd9 View commit details
    Browse the repository at this point in the history
  4. re-add older Node.js versions that are still supported by browserify

    Change requested by @ljharb, so let's do this.
    striezel committed May 9, 2021
    Configuration menu
    Copy the full SHA
    5b4a12d View commit details
    Browse the repository at this point in the history