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 GitHub Actions workflows with .nvmrc #610

Merged
merged 7 commits into from
Dec 4, 2023
Merged

Commits on Nov 20, 2023

  1. Allow Node.js LTS ‘Fermium’ (v14) releases

    Also update CONTRIBUTING.md to match
    rgarner authored and colinrotherham committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5eb8510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16e8199 View commit details
    Browse the repository at this point in the history
  3. Limit all GitHub Actions workflows

    Allows for `pull_request` status checks, every `push` to main branch, but also enables manual `workflow_dispatch` runs
    colinrotherham committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    365bb8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f51b22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bde8f10 View commit details
    Browse the repository at this point in the history
  6. Allow GitHub Actions to cancel in-progress workflows

    Also ensures job names match concurrency group names
    colinrotherham committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5d8fc9e View commit details
    Browse the repository at this point in the history
  7. Formatting etc

    colinrotherham committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4e9caf8 View commit details
    Browse the repository at this point in the history