Conversation
|
Node 24 ships npm 11 which warns on legacy env configs set by Yarn 1.x. The @size-limit/dual-publish plugin (removed in size-limit v10) treats any stderr output as a failure, breaking all test:size tasks. Upgrading to size-limit v11 removes the dual-publish dependency entirely since the webpack plugin now handles ESM imports natively.
- actions/checkout v4 → v6.0.2 - actions/cache v4.2.0 → v5.0.3 - actions/setup-node v4 → v6.3.0 - actions/github-script v6/v7 → v8.0.0 - actions/upload-artifact v4.5.0 → v7.0.0 - actions/dependency-review-action v4.7.1 → v4.9.0 Node.js 20 actions are deprecated and will be forced to Node.js 24 starting June 2nd, 2026.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Bumps Node.js from 22 to 24 across CI workflows, along with all necessary dependency and tooling updates to support the new runtime.
Node.js 24 / npm 11 compatibility:
size-limitand plugins from v8 to v11, removing@size-limit/dual-publishversion-commit-hooks,version-tag-prefix, etc.) set by Yarn 1.x. Thedual-publishpackage in size-limit v8 treats any stderr output as a fatal error, breaking alltest:sizetasks. Thedual-publishplugin was removed upstream in size-limit v10 since the webpack plugin now handles ESM imports natively.GitHub Actions Node.js 24 runtime:
Node.js 20 actions are deprecated and will be forced to run on Node.js 24 starting June 2nd, 2026. Updated all actions across 33 workflow files:
actions/checkoutactions/cacheactions/setup-nodeactions/github-scriptactions/upload-artifactactions/dependency-review-actionIssue #, if available
N/A
Description of how you validated changes
dual-publishis removed fromyarn.lockChecklist
yarn testpassesChecklist for repo maintainers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.