Update workflows to use versions of actions that use Node v24#1238
Update workflows to use versions of actions that use Node v24#1238kevinb-khan merged 3 commits intomainfrom
Conversation
🦋 Changeset detectedLatest commit: d74962c The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
|
Size Change: 0 B Total Size: 4.22 kB ℹ️ View Unchanged
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1238 +/- ##
=======================================
Coverage 83.15% 83.15%
=======================================
Files 63 63
Lines 843 843
Branches 210 210
=======================================
Hits 701 701
Misses 142 142 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
somewhatabstract
left a comment
There was a problem hiding this comment.
Great. Thanks for doing this.
Aside: I think we should probably get things working with SHAs instead of tags in Wonder Stuff at some point.
Summary:
Node v20 is exiting its LTS window at the end of April and GitHub is requiring all workflows/actions to use Node v24. Because of this, we need to make sure all of the actions we're using are on v24.
Issue: FEI-7601
Test plan:
I've copy/past'd the one remaining warning below. I think it's safe to ignore this warning.