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

Several improvements for GitHub Actions CI #58

Merged
merged 4 commits into from
Jan 7, 2025
Merged

Conversation

mrmlnc
Copy link
Contributor

@mrmlnc mrmlnc commented Jan 7, 2025

There are several improvements for CI after #47:

  1. Running CI on all supported versions of the platform.
  2. Running CI only on Ubuntu, as this package does not use OS-specific methods.
  3. Do not cancel CI jobs when the first job falls.
  4. Fixed CI for [email protected] (the minimum supported version of nodejs due to the spread operator usage in the code).

@mrmlnc mrmlnc marked this pull request as ready for review January 7, 2025 13:40
@mrmlnc mrmlnc linked an issue Jan 7, 2025 that may be closed by this pull request
@mrmlnc mrmlnc merged commit f355674 into master Jan 7, 2025
9 checks passed
@mrmlnc mrmlnc deleted the github_actions branch January 7, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CI/CD workflow to .github folder
1 participant