Skip to content

fix: require node >=22 to match @supabase/middleware - #132

Merged
mandarini merged 1 commit into
mainfrom
fix/node-floor
Aug 31, 2026
Merged

fix: require node >=22 to match @supabase/middleware#132
mandarini merged 1 commit into
mainfrom
fix/node-floor

Conversation

@mandarini

@mandarini mandarini commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Raises engines.node from >=20 to >=22 so the declared floor matches @supabase/middleware, a hard dependency since #88 that already requires Node >=22. Without this, 1.5.0 would install with EBADENGINE warnings on npm/pnpm and fail on Yarn 1 for Node 20 users, then break at runtime anyway.

Non-breaking because no working configuration is lost: the dependency tree already enforces the >=22 floor transitively, so this change only makes the declaration match reality. Node 20 has also been end-of-life since April 2026.

@mandarini mandarini self-assigned this Aug 31, 2026
@pkg-pr-new

pkg-pr-new Bot commented Aug 31, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@supabase/server@132

commit: 09c2f93

@mandarini
mandarini marked this pull request as ready for review August 31, 2026 14:26
@mandarini
mandarini requested review from a team as code owners August 31, 2026 14:26
@mandarini
mandarini merged commit d60afcf into main Aug 31, 2026
9 checks passed
@mandarini
mandarini deleted the fix/node-floor branch August 31, 2026 14:28
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