Skip to content

feat(deps)!: update minimum node version to 22#2498

Merged
rubiesonthesky merged 8 commits intomainfrom
node-22-minimum
May 4, 2026
Merged

feat(deps)!: update minimum node version to 22#2498
rubiesonthesky merged 8 commits intomainfrom
node-22-minimum

Conversation

@rubiesonthesky
Copy link
Copy Markdown
Collaborator

PR Checklist

Overview

Updates minimum required node version from 18.6 to 22.22.

Also, added pnpm config file to set minimum release age for dependencies to 1 day.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.22%. Comparing base (157f1f7) to head (8714dc0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2498   +/-   ##
=======================================
  Coverage   74.22%   74.22%           
=======================================
  Files         169      169           
  Lines        2875     2875           
  Branches      721      721           
=======================================
  Hits         2134     2134           
  Misses        508      508           
  Partials      233      233           
Flag Coverage Δ
mutation 66.81% <ø> (ø)
unit 20.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rubiesonthesky
Copy link
Copy Markdown
Collaborator Author

rubiesonthesky commented May 3, 2026

TODO

Coverage: exclude package.json; exclude test dir.

previous commit didn’t include any coverage so I removed the settings but now there’s too many files included.

Edit: Done

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: ./.github/actions/prepare
- run: pnpm run test:mutation --coverage --no-file-parallelism
- run: pnpm run test:mutation --coverage --no-file-parallelism --testTimeout 10000
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍 I vaguely remember these timing out once in a while.

Copy link
Copy Markdown
Owner

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

🚀

@rubiesonthesky rubiesonthesky merged commit ef2e0e3 into main May 4, 2026
13 checks passed
@rubiesonthesky rubiesonthesky deleted the node-22-minimum branch May 4, 2026 12: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.

🛠 Tooling: update the minimum node version to 22

2 participants