Skip to content

Comments

chore: set engines.node to >=20.19.0#1147

Merged
wing328 merged 1 commit intoOpenAPITools:masterfrom
ikeyan:node20.19
Feb 24, 2026
Merged

chore: set engines.node to >=20.19.0#1147
wing328 merged 1 commit intoOpenAPITools:masterfrom
ikeyan:node20.19

Conversation

@ikeyan
Copy link
Contributor

@ikeyan ikeyan commented Feb 24, 2026

The current engines.node field specifies >=16, however CI (.github/workflows/build.yml) only runs against Node 20.x.

This PR updates:

"node": ">=20.19.0"

to align the declared engine requirement with the actual support matrix.

Node 20.19.0 is used as the minimum because it includes the require(esm) backport, establishing a stable Node 20 baseline with modern ESM interop behavior and fewer constraints for future dependency updates.


Summary by cubic

Raise the minimum Node version to 20.19.0 in package.json to match CI and ensure consistent ESM behavior. This drops support for Node 16/18 and clarifies our supported runtime.

  • Migration
    • Use Node >=20.19.0 locally and in CI/deploys.
    • Update version pins if needed (e.g., .nvmrc, Docker image, runtime config).

Written for commit 8769459. Summary will update on new commits.

@ikeyan ikeyan changed the title chore: update engines.node in package.json chore: set engines.node to >=20.19.0 Feb 24, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@wing328 wing328 merged commit e5c9604 into OpenAPITools:master Feb 24, 2026
4 checks passed
@ikeyan ikeyan deleted the node20.19 branch February 24, 2026 14:46
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