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

CI clean up to fix lint task and remove Windows / MacOS from matrix #3122

Merged
merged 4 commits into from
Mar 5, 2024

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    0883217 View commit details
    Browse the repository at this point in the history
  2. Bump eslint and friends

    sehrope committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    934b0e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    973a593 View commit details
    Browse the repository at this point in the history
  4. Remove windows and macos from CI workflow as they are actually runnin…

    …g linux
    
    Removes the windows and macos matrix from the CI workflow as they were never actually setting
    the OS. Both were running against the "ubuntu-latest" OS. Trying to actually use them would
    not work either as neither windows or macos is supported for service containers. A different
    means will be needed to test on those platforms. Until that's done, this removes those from
    the matrix as we were simply running the same thing 3x for the same node versions.
    sehrope committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2ad1efb View commit details
    Browse the repository at this point in the history