-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
refactor: simplify adding new node versions add node 24 #5899
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
Conversation
|
|
||
| func (a ActionRunsUsing) IsNode() bool { | ||
| switch a { | ||
| case ActionRunsUsingNode12, ActionRunsUsingNode16, ActionRunsUsingNode20, ActionRunsUsingNode24: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use string.HasPrefix(a, "node") as alternative
π¦ MegaLinter status: β SUCCESS
See detailed report in MegaLinter reports |
Codecov Reportβ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5899 +/- ##
==========================================
+ Coverage 74.65% 74.79% +0.13%
==========================================
Files 73 73
Lines 11139 11200 +61
==========================================
+ Hits 8316 8377 +61
- Misses 2186 2187 +1
+ Partials 637 636 -1 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
|
Gitea/act:https://gitea.com/gitea/act/pulls/140 PR via GitHub Copilot applied |
|
Broken CI means that the image will be rebuilt later for node24, this PR is not "active" yet? π |
|
No, your quoted folder is unused.
Every other PR merge was prevented by branch/merge restrictions due to CI failures in nektos/act PRs not including this PR. |
Uh oh!
There was an error while loading. Please reload this page.