Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

Upgrade to Node 24 and add min-release-age#673

Open
judeallred wants to merge 2 commits into
developfrom
jallred/node-24-min-release-age
Open

Upgrade to Node 24 and add min-release-age#673
judeallred wants to merge 2 commits into
developfrom
jallred/node-24-min-release-age

Conversation

@judeallred

Copy link
Copy Markdown

Summary

  • Upgrades Node.js requirement to 24.14.1+ (active LTS)
  • Adds min-release-age=1 to .npmrc, telling npm to only resolve package versions published more than 1 day ago
  • Supply-chain-attack mitigation: malicious packages are typically flagged within hours, so a 1-day quarantine avoids installing freshly-published compromised versions
  • Node 24 ships npm 11.10+, which is required for the min-release-age feature

Test plan

  • CI passes with Node 24
  • npm install works correctly
  • npm ci works correctly
  • Application builds and runs successfully

Made with Cursor

@judeallred judeallred requested a review from justinengland May 21, 2026 20:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant