Skip to content

chore: add Node 24, 26 to engines#236

Merged
pacostas merged 1 commit into
nodeshift:mainfrom
pacostas:update-node-versions
Jun 26, 2026
Merged

chore: add Node 24, 26 to engines#236
pacostas merged 1 commit into
nodeshift:mainfrom
pacostas:update-node-versions

Conversation

@pacostas

Copy link
Copy Markdown
Member

Summary

This PR updates the Node.js version support in npcheck to align with the current active and maintenance LTS versions.

Changes

  • Added: Node.js v24 (active LTS) and v26 (current) to engines.node in package.json
  • Maintained: Node.js v22 (maintenance LTS) support
  • Updated: engines.node from >=22 to ^22 || ^24 || ^26 for explicit version support

Notes

  • CI workflows already correctly test against Node.js 22.x, 24.x, and 26.x
  • Release workflow already uses Node.js 24 (latest active LTS)
  • package-lock.json regenerated with npm install
  • All tests pass

@lholmquist

Copy link
Copy Markdown
Member

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@pacostas pacostas merged commit 7a217a9 into nodeshift:main Jun 26, 2026
9 checks passed
@pacostas pacostas deleted the update-node-versions branch June 26, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants