build: Upgrade Node baseline to 24#93
Merged
Merged
Conversation
joncursi
reviewed
Jun 5, 2026
joncursi
left a comment
Member
There was a problem hiding this comment.
Lets also regenerate the package-lock.json file. I think a full nuke and npm i is in order, under the new node/npm version?
5207f7b to
cfd36a3
Compare
Author
|
Addressed in cfd36a3. I did the full lockfile regeneration path under Node v24.16.0 / npm 11.13.0:
The regenerated lockfile changed transitive resolutions and dropped the audit output to 4 total vulnerabilities locally. The new dependency graph also caused the repo's lint step to auto-fix two redundant TypeScript assertions; I kept those since they are what |
joncursi
approved these changes
Jun 5, 2026
joncursi
approved these changes
Jun 5, 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.
Summary
actions/setup-node@v6,actions/checkout@v6,actions/cache@v5).node_modulescaches.package-lock.jsonfrom a fully cleared install under Node 24/npm 11.Jira
Validation
npm i --ignore-scriptsafter trashingnode_modulesandpackage-lock.jsonunder Nodev24.16.0/ npm11.13.0npm ls --depth=0under Node 24, no dependency problems reportednpm ci --ignore-scriptsunder Node 24npm testunder Node 24 afternpm inpm testunder Node 24 after cleannpm cinpm run test:prettierunder Node 24git diff --checkCI note
Code test limit reachedquota error; Snyk license/security checks previously passed.