2026-06-23, Version 22.23.1 'Jod' (LTS)#64067
Open
github-actions[bot] wants to merge 3 commits into
Open
Conversation
GitHub has updated the `windows-2025` runner to Visual Studio 2026. Since Node.js 22.x does not support compilation on VS2026, switch the workflow to `windows-2022` which still has the earlier version of Visual Studio. Signed-off-by: Richard Lau <richard.lau@ibm.com> PR-URL: #63940 Refs: https://github.blog/changelog/2026-05-14-github-actions-upcoming-image-migrations/#windows-2025-visual-studio-2026-image-migration Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
nodejs-github-bot
added a commit
that referenced
this pull request
Jun 22, 2026
Notable changes: PR-URL: #64067
Collaborator
|
Review requested:
|
richardlau
approved these changes
Jun 22, 2026
bjohansebas
approved these changes
Jun 22, 2026
aduh95
reviewed
Jun 22, 2026
Comment on lines
+80
to
+81
| ### Notable Changes | ||
|
|
Contributor
There was a problem hiding this comment.
If that section is empty, let's remove it (and also from the commit message)
Suggested change
| ### Notable Changes |
Contributor
|
We have a bunch of PRs on the backlog that should likely be included: https://github.com/nodejs/node/pulls?q=is%3Apr+label%3Alts-watch-v22.x+is%3Aclosed |
Member
I don't think so. We are only issuing a release because security-release broke a few people. v22 is in maintenance mode. |
PR-URL: #64067 Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
83b5b2f to
bd96dfb
Compare
Contributor
Yeah, that's why we probably should include those, as we're not planning to do another release anytime soon |
Collaborator
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.
2026-06-23, Version 22.23.1 'Jod' (LTS), @RafaelGSS
This release includes a fix for an unexpected behavior introduced by the recent security release (22.23.0).
Commits
41d2ee13be] - build: switch coverage-windows towindows-2022(Richard Lau) #63940eaa292549e] - http: avoid stream listeners on idle agent sockets (Matteo Collina) #64004