Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add .npmrc file to enforce Node.js and pnpm versions #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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