Skip to content

Bump node and npm version to fix Deploy pipeline - #21

Merged
ryanjorgeac merged 3 commits into
mainfrom
fix/project-build
Jun 30, 2026
Merged

Bump node and npm version to fix Deploy pipeline#21
ryanjorgeac merged 3 commits into
mainfrom
fix/project-build

Conversation

@ryanjorgeac

Copy link
Copy Markdown
Owner

This pull request updates the project configuration to support Node.js 22 and pnpm, and improves the project metadata in package.json. The most important changes are grouped below.

Node.js and pnpm support:

  • Updated .nvmrc to require Node.js version 22, and added an engines field in package.json to enforce this version.
  • Added pnpm-specific configuration to package.json (including packageManager and pnpm.onlyBuiltDependencies) and to pnpm-workspace.yaml (with allowBuilds for key dependencies) to ensure compatibility and correct build behavior.

Project metadata improvements:

  • Updated package.json with a new version, description, author, and license to better reflect the project and its ownership.

Script cleanup:

  • Removed database management scripts for both development and test environments from package.json, likely to streamline or delegate these tasks elsewhere.

@ryanjorgeac
ryanjorgeac merged commit 6efe482 into main Jun 30, 2026
2 checks passed
@ryanjorgeac
ryanjorgeac deleted the fix/project-build branch June 30, 2026 01:06
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.

1 participant