chore: bump engines.node to >=22.0.0#107
Merged
Merged
Conversation
Node 22 is the current active LTS line (until 2027-04). This unblocks the better-sqlite3 v12.10+ upgrade (#36) which drops prebuilt binaries for Node 20. Keeping the engine pin in sync with what the native modules actually ship binaries for avoids slow source builds on deploy/CI.
Deploying launchpad with
|
| Latest commit: |
5faf516
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1c1f8892.launchpad-2u8.pages.dev |
| Branch Preview URL: | https://claude-bump-node-engine-qdud.launchpad-2u8.pages.dev |
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.
Summary
Raise
engines.nodefrom>=20.10.0to>=22.0.0(Node 22 is the current active LTS, supported until 2027-04).Why
better-sqlite3v12.10+ (#36) drops prebuilt binaries for Node 20. Without this bump, deploying or runningpnpm installon Node 20 after merging #36 would fall back to compiling the native module from source (build toolchain required, much slower installs). Aligning the engine pin with the LTS line keeps installs fast and prevents accidental fallback to source builds.Impact
Follow-up
Once this lands, #36 (
better-sqlite312.4.6 → 12.10.0) can be merged cleanly.Test plan
pnpm installon a clean checkoutpnpm buildsucceedshttps://claude.ai/code/session_01VF8MEsYm6QggbswvfexiB3
Generated by Claude Code