pwa-kit icon indicating copy to clipboard operation
pwa-kit copied to clipboard

chore(engines): allow using node v24

Open wjhsf opened this issue 3 weeks ago • 2 comments

We'd like to upgrade lwc-test to use node v24, but PWA Kit fails to install because of its engines.node. This PR allows PWA Kit to be installed with node v24, but does not endeavor to make node v24 officially supported.

Description

Types of Changes

  • [ ] Bug fix (non-breaking change that fixes an issue)
  • [ ] New feature (non-breaking change that adds functionality)
  • [ ] Documentation update
  • [ ] Breaking change (could cause existing functionality to not work as expected)
  • [ ] Other changes (non-breaking changes that does not fit any of the above)

Breaking changes include:

  • Removing a public function or component or prop
  • Adding a required argument to a function
  • Changing the data type of a function parameter or return value
  • Adding a new peer dependency to package.json

Changes

  • (change1)

How to Test-Drive This PR

  • (step1)

Checklists

General

  • [ ] Changes are covered by test cases
  • [ ] CHANGELOG.md updated with a short description of changes (not required for documentation updates)

Accessibility Compliance

You must check off all items in one of the follow two lists:

  • [ ] There are no changes to UI

or...

Localization

  • [ ] Changes include a UI text update in the Retail React App (which requires translation)

wjhsf avatar Dec 11 '25 19:12 wjhsf

:white_check_mark: Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
:white_check_mark: Open Source Security 0 0 0 0 0 issues
:white_check_mark: Licenses 0 0 0 0 0 issues

:computer: Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

cc-prodsec avatar Dec 11 '25 19:12 cc-prodsec

We'll need to wait on MRT to support Node 24 before we consume this change

vcua-mobify avatar Dec 11 '25 19:12 vcua-mobify