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

Replace Travis CI with GitHub Actions (for v3) #759

Closed
wants to merge 5 commits into from

Commits on May 9, 2024

  1. Replace Travis CI with GitHub Actions

    Support for Node.js v8, v10, and v12 are removed and replaced with v18, v20, v21, and v22.
    phanect committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a781ce7 View commit details
    Browse the repository at this point in the history
  2. Lint on CI

    phanect committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ee57f1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f13aaf View commit details
    Browse the repository at this point in the history
  4. Update engines in package.json

    This is not breaking change because `engine-strict` is not set in .npmrc and npm only warns if the user uses legacy Node.js versions.
    phanect committed May 9, 2024
    Configuration menu
    Copy the full SHA
    cd9640c View commit details
    Browse the repository at this point in the history
  5. Update package-lock.json

    phanect committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9d162aa View commit details
    Browse the repository at this point in the history