Dependencies installation fails on MacOS machine (GitHub actions) with npm version 7.6.0 #29527
Labels
[Type] Bug
An existing feature does not function as intended
[Type] Build Tooling
Issues or PRs related to build tooling
Description
The jobs executed on MacOS machines fail after installing the npm version
7.6.0
and runningnpm ci
, it produces the following error:Related workflow run: https://github.com/WordPress/gutenberg/pull/28886/checks?check_run_id=1960307813
Step-by-step reproduction instructions
<7
condition from the npm engine section ofpackage.json
file (example)npm install
React Native E2E Tests (iOS)
):The code has to be placed after the checkout and npm cache restore, here is an example.
5. Push the changes
6. Create a test PR
7. Observe that the modified workflow is failing
Expected behaviour
The dependencies installation should succeed.
Actual behaviour
he dependencies install fails with the error described above.
Screenshots or screen recording (optional)
N/A
Code snippet (optional)
WordPress information
Device information
The text was updated successfully, but these errors were encountered: