Skip to content

Update runtime versions on package.json - #326

Open
risantos wants to merge 1 commit into
mthadley:masterfrom
risantos:chore/update-engines
Open

Update runtime versions on package.json#326
risantos wants to merge 1 commit into
mthadley:masterfrom
risantos:chore/update-engines

Conversation

@risantos

Copy link
Copy Markdown
Contributor

Description

  • Set engines.node to >=20 to match the change on PR Raise minimum node to 18 #324. It was left as >=18 while its commit 3759058 raised the minimum version to 20.

  • Add missing change on package-lock.json.

  • Add devEngines specifying runtime and packageManager.

    Specifies requirements for development environment components such as operating systems, runtimes, or package managers. Used to ensure consistent development environments across the team.

    onFail was set to ignore to avoid breaking development environments that may not meet the specified versions. This allows for flexibility while still providing guidance on the recommended versions for development.

    See https://docs.npmjs.com/cli/v11/configuring-npm/package-json#devengines

- Set `engines.node` to `>=20` to match the change on PR mthadley#324. It was left as `>=18` while its commit mthadley@3759058 raised the minimum version to 20.
- Add missing change on `package-lock.json`.
- Add `devEngines` specifying `runtime` and `packageManager`.

  > Specifies requirements for development environment components such as operating systems, runtimes, or package managers. Used to ensure consistent development environments across the team.

  `onFail` was set to `ignore` to avoid breaking development environments that may not meet the specified versions. This allows for flexibility while still providing guidance on the recommended versions for development.

  See https://docs.npmjs.com/cli/v11/configuring-npm/package-json#devengines

Signed-off-by: Rafael Santos <rafael@risantos.com>
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