Skip to content

Conversation

@krekosiewicz
Copy link

@krekosiewicz krekosiewicz commented Aug 22, 2024

Summary

This pull request adds a .npmrc file to enforce the Node.js and pnpm versions specified in the package.json file. This change ensures that developers and CI environments use the correct versions, improving consistency and preventing potential issues caused by version mismatches.

Changes

  • Added an engines field to the package.json to specify Node.js and pnpm versions.
  • Created a .npmrc file with engine-strict=true to enforce these versions.
  • Updated README.md of prerequisites

Related Issue

This PR addresses issue #115.

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