Skip to content

fix(vercel): pin Node.js to 20.x - #2643

Merged
Priyanshu-byte-coder merged 1 commit into
mainfrom
fix/vercel-node24-build-failure
Jun 21, 2026
Merged

fix(vercel): pin Node.js to 20.x#2643
Priyanshu-byte-coder merged 1 commit into
mainfrom
fix/vercel-node24-build-failure

Conversation

@Legit-Ox

Copy link
Copy Markdown
Collaborator

Summary

  • engines.node changed from >=20.0.0 to 20.x
  • Vercel was auto-selecting Node 24, causing tree-sitter native addon (cppgc API incompatibility) build failure
  • Pinning to 20.x locks Vercel to Node 20 LTS

Test plan

  • Trigger Vercel deployment after merge, confirm build succeeds on Node 20

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:bug GSSoC type bonus: bug fix labels Jun 21, 2026
@github-actions

github-actions Bot commented Jun 21, 2026

Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Umbrella-io — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

@Priyanshu-byte-coder Priyanshu-byte-coder left a comment

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.

LGTM

@Priyanshu-byte-coder
Priyanshu-byte-coder merged commit 568752c into main Jun 21, 2026
19 checks passed
@github-actions

Copy link
Copy Markdown

PR is approved but missing a level:* difficulty label and gssoc:approved — add before merging so it scores in GSSoC. 🏷️

@github-actions

Copy link
Copy Markdown

🎉 Merged! Thanks for contributing to DevTrack.

If the project has been useful to you, a ⭐ star on the repo is the easiest way to support it — it helps DevTrack get discovered by more developers.

Keep an eye on open issues for your next contribution!

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

Labels

gssoc26 GSSoC 2026 contribution type:bug GSSoC type bonus: bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants