refactor: simplify adding new node versions add node 24#5899
refactor: simplify adding new node versions add node 24#5899mergify[bot] merged 2 commits intomasterfrom
Conversation
|
|
||
| func (a ActionRunsUsing) IsNode() bool { | ||
| switch a { | ||
| case ActionRunsUsingNode12, ActionRunsUsingNode16, ActionRunsUsingNode20, ActionRunsUsingNode24: |
There was a problem hiding this comment.
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.