Skip to content

feat: Support Node 26#112

Open
RobinTail wants to merge 3 commits intomainfrom
support-node-26
Open

feat: Support Node 26#112
RobinTail wants to merge 3 commits intomainfrom
support-node-26

Conversation

@RobinTail
Copy link
Copy Markdown
Owner

No description provided.

Comment thread .github/workflows/ci.yml
- 22.x
- 24.0.0
- 24.x
- 26.0.0-rc.1
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Suggested change
- 26.0.0-rc.1
- 26.0.0
- 26.x

@coveralls-official
Copy link
Copy Markdown

coveralls-official bot commented Apr 15, 2026

Coverage Status

coverage: 100.0%. remained the same — support-node-26 into main

Comment thread package.json
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || ^24.0.0"
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0-rc.1"
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Suggested change
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0-rc.1"
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0"

Comment thread .github/workflows/ci.yml
- name: Install the test dependencies
working-directory: integration-test
run: yarn
run: yarn --ignore-engines # todo: remove when 26.0.0 is out
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Suggested change
run: yarn --ignore-engines # todo: remove when 26.0.0 is out
run: yarn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant