Skip to content

fix: update default Node.js version to 22#10

Merged
devigned merged 2 commits intohyperlight-dev:mainfrom
devigned:fix/update-node-version
May 7, 2026
Merged

fix: update default Node.js version to 22#10
devigned merged 2 commits intohyperlight-dev:mainfrom
devigned:fix/update-node-version

Conversation

@devigned
Copy link
Copy Markdown
Contributor

@devigned devigned commented May 7, 2026

The withastro/action@v3 defaults to Node 20, which is insufficient for upcoming Astro dependency updates (see PR #7). This change:

  • Sets node-version: 22 explicitly in the build workflow
  • Adds a .node-version file for local development consistency

Closes #9

@devigned devigned force-pushed the fix/update-node-version branch from 2f7d96c to eb07212 Compare May 7, 2026 18:13
The withastro/action@v3 defaults to Node 20, which is insufficient for
upcoming Astro dependency updates (see PR hyperlight-dev#7). This sets Node 22
explicitly in the workflow and adds a .node-version file for local
development consistency.

Closes hyperlight-dev#9

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: David Justice <david@justice.dev>
@devigned devigned force-pushed the fix/update-node-version branch from eb07212 to 5407a49 Compare May 7, 2026 18:15
@devigned devigned requested a review from jsturtevant May 7, 2026 18:16
@devigned devigned merged commit b248779 into hyperlight-dev:main May 7, 2026
3 checks passed
@devigned devigned deleted the fix/update-node-version branch May 7, 2026 21:53
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.

Need to update the default version of node

2 participants