Skip to content

Pin Node 22 for Railway deployment#50

Merged
enlorik merged 1 commit into
mainfrom
copilot/add-node-version-pinning-railway
May 13, 2026
Merged

Pin Node 22 for Railway deployment#50
enlorik merged 1 commit into
mainfrom
copilot/add-node-version-pinning-railway

Conversation

Copilot AI commented May 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add engines.node in package.json and pin it to 22
  • add .nvmrc with 22
  • keep change scoped to deployment/runtime version pinning for Railway/Nixpacks

Validation

  • npm test
  • npm run lint
  • npm run build

Agent-Logs-Url: https://github.com/enlorik/HDD/sessions/ebde9390-5876-4f20-bbc3-3c57604600aa

Co-authored-by: enlorik <99548776+enlorik@users.noreply.github.com>
Copilot AI requested a review from enlorik May 13, 2026 11:41
@enlorik
enlorik marked this pull request as ready for review May 13, 2026 11:44
Copilot AI review requested due to automatic review settings May 13, 2026 11:44
@enlorik
enlorik merged commit 461e278 into main May 13, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Pins the project’s runtime Node.js version to 22 to align local development, CI, and Railway/Nixpacks deployment behavior.

Changes:

  • Added engines.node: "22" to package.json so deploy/build tooling can select Node 22.
  • Added .nvmrc set to 22 to make local Node version selection consistent via nvm.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Declares Node 22 as the expected runtime via engines.
.nvmrc Pins local nvm Node version selection to 22.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants