Skip to content

Conversation

@bowheart
Copy link
Collaborator

Description

Upgrades the project to Node.js 24.11.1. Updates the engines field in both root and docs package.json files to enforce this minimum version. CI workflows are also updated to remove Node 20 and ensure testing against Node 22 and 24.

Changes

  • Add engines: { "node": ">=24.11.1" } to root package.json
  • Add engines: { "node": ">=24.11.1" } to docs/package.json
  • Update coverage workflow to use Node 24.x instead of 20.x
  • Update test workflow matrix from [20.x, 22.x] to [22.x, 24.x]

- Update package.json engines field to require node >=24.11.1
- Update docs/package.json engines field to require node >=24.11.1
- Update CI workflows: remove node 20 from coverage job, change to node 24
- Update test workflow matrix from [20.x, 22.x] to [22.x, 24.x]
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