Update to Node 24#100
Closed
the-phinet wants to merge 1 commit intoilammy:masterfrom
Closed
Conversation
Contributor
|
duplicate of #94 |
Author
Crap, how did I not see that. Thanks! |
richard-scott
added a commit
to richard-scott/msvc-dev-cmd
that referenced
this pull request
Apr 26, 2026
GitHub Actions deprecated Node 20 actions in 2025-09 (changelog at https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/); default flips to Node 24 from 2026-06-02 and Node 20 is removed from runners 2026-09-16. Triggers a deprecation annotation on every matrix cell that uses this action under the current pin. The action's only Node code is a thin shim around vcvarsall.bat — no Node-version-specific APIs in index.js or lib.js, no native modules in the bundled node_modules tree (just @actions/core@1.10.x which is widely Node 16/18/20/24-compatible). Bumping the runtime declaration is a one-line change with no anticipated behavioural impact. Fork rationale: upstream ilammy/msvc-dev-cmd v1.13.0 (2024-01-01) is the latest release; default-branch tip is from 2024-03-30. Issue ilammy#100 ("Update to Node 24") closed without merge, PRs ilammy#99/ilammy#94/ilammy#101 unmerged. Repo appears unmaintained, deprecation deadline is non-negotiable, fork is the lowest-cost path to a Node 24-compatible action for our CI matrix.
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.
Fixes #99
Even though this doesn't seem to break anything on my end, it probably needs more testing to see if there are any regressions introduced by doing this.