Skip to content

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

Description

@krekosiewicz

Summary

The project currently does not enforce a specific Node.js version or pnpm version. This can lead to inconsistencies when different developers or CI environments use different versions of Node.js or pnpm. Also it's worth to mention, in newest version of node/pnpm i'm unable to run it locally

Proposal

Add an engines field to the package.json to specify the Node.js and pnpm versions. Additionally, create a .npmrc file with engine-strict=true to enforce these versions.

Benefits

This will help ensure consistency across different environments and prevent issues that could arise from version mismatches.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions