ci: bump actions/setup-node version to avoid regression#1100
Merged
Conversation
- Bumps `setup-node` to version >=24.18.0 to avoid a bug introduced in 24.17 (nodejs/#63989) - `lint-pr-title` updated to use `checkout@v6` (missed in OverlayPlugin#1057)
valarnin
approved these changes
Jul 1, 2026
github-actions Bot
pushed a commit
that referenced
this pull request
Jul 1, 2026
…sion (#1100) - Require `actions/setup-node` to use Node version >=24.18.0 to avoid a bug introduced in 24.17 (nodejs/node#63989) - `lint-pr-title` updated to use `actions/checkout@v6` (missed in #1057) 762aa7b
Collaborator
|
EDIT: Nevermind, problem went away after updating the PR branch. This is what I saw: |
Collaborator
Author
This run pulled in Node 26, which may have breaking changes. I'm not sure why it grabbed this version, instead of the current LTS version of 24.18.0; setup-node is supposed to pull LTS versions unless directed otherwise. We should keep an eye out for this happening again. |
Merged
xiashtra
added a commit
that referenced
this pull request
Jul 2, 2026
Follow-up to #1100 : further restrict Node to the 24 LTS branch. Node 26 may have breaking changes (cf: #1100 (comment)).
github-actions Bot
pushed a commit
that referenced
this pull request
Jul 2, 2026
Follow-up to #1100 : further restrict Node to the 24 LTS branch. Node 26 may have breaking changes (cf: #1100 (comment)). 634d64c
github-actions Bot
pushed a commit
to ShadyWhite/cactbot
that referenced
this pull request
Jul 2, 2026
Follow-up to OverlayPlugin#1100 : further restrict Node to the 24 LTS branch. Node 26 may have breaking changes (cf: OverlayPlugin#1100 (comment)). 634d64c
github-actions Bot
pushed a commit
to ShadyWhite/cactbot
that referenced
this pull request
Jul 2, 2026
Follow-up to OverlayPlugin#1100 : further restrict Node to the 24 LTS branch. Node 26 may have breaking changes (cf: OverlayPlugin#1100 (comment)). 634d64c
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.
actions/setup-nodeto use Node version >=24.18.0 to avoid a bug introduced in 24.17 (http: node-fetch throws ERR_STREAM_PREMATURE_CLOSE on keep-alive socket closures after latest security releases nodejs/node#63989)lint-pr-titleupdated to useactions/checkout@v6(missed in ci: Update actions to latest versions #1057)