MetaMask / metamask-design-system

2 stars 1 forks source link

Decision: Whether to Set Node Engine Version in MetaMask Design System Packages #54

Closed georgewrmarshall closed 3 weeks ago

georgewrmarshall commented 1 month ago

Description

We need to make a decision regarding whether to set the node engine version explicitly in the package.json files for the MetaMask Design System packages. This will involve weighing the pros and cons of this decision, particularly how it aligns with the MetaMask engineering organization's standards and practices.

 "engines": {
    "node": "^18.18 || >=20"
  },

Technical Details

Acceptance Criteria

georgewrmarshall commented 3 weeks ago

I think we would to set minimum node versions to align with other MetaMask monorepos

"engines": { "node": "^18.18 || >=20" },