Update to Node 24 - #22
Merged
Merged
Conversation
carlansley
had a problem deploying
to
npm-publish
August 27, 2026 17:42 — with
GitHub Actions
Failure
carlansley
had a problem deploying
to
npm-publish
August 27, 2026 17:44 — with
GitHub Actions
Failure
There was a problem hiding this comment.
Pull request overview
Updates the package and CI/CD configuration to require Node.js 24+ and aligns release automation/docs for a new major version.
Changes:
- Bumps package major version to
6.0.0and setsengines.nodeto>=24.18.0. - Updates GitHub Actions workflows (CI, coverage reporting, publish) for newer Node/action versions and revised publishing flow.
- Refreshes docs/legal headers (README/SECURITY/LICENSE/source headers) and minor code/test formatting.
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
src/timeout.ts |
Formatting-only change to RangeError throw style. |
src/timeout.spec.ts |
Test formatting/renames and updated parallel test range construction. |
src/options.ts |
Copyright year update. |
src/index.ts |
Copyright year update. |
src/error.ts |
Copyright year update. |
SECURITY.md |
Corrects package name/links and updates supported major version range. |
README.md |
Updates copyright line and example code formatting. |
package.json |
Major version bump, Node engine bump to 24, script/tooling changes. |
LICENSE.txt |
Copyright year update. |
.github/workflows/publish.yml |
Consolidates release + PR beta publishing into one workflow. |
.github/workflows/publish-beta.yml |
Removes the separate beta publish workflow. |
.github/workflows/coverage.yml |
Splits base vs PR coverage runs and posts comparison report. |
.github/workflows/codeql-analysis.yml |
Updates CodeQL action version. |
.github/workflows/ci.yml |
Updates Node matrix to 24/26 and adds prepare step. |
.github/workflows/check-published-scheduled.yml |
Workflow maintenance and env var adjustments. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Coverage after merging node24 into main will be
Coverage Report
|
||||||||||||||||||||||||||||||||||||||
|
Beta Published - Install Command: |
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 #21