How would you shortly summarise the issue?
The latest version of image-size@1.1.0 requires a minimum node version of 18 but upgrading to node 18 breaks the expo-cli@5.6.0 which requires a node version >=12 <=16
The image-size@1.1.0 was released December 28, 2023
To Reproduce
Run expo/expo-github-action@v8 in a github action
See failure in the "Setup Expo and EAS" step Installing expo-cli (5.6.0) from cache or with yarn
Error described below:
error image-size@1.1.0: The engine "node" is incompatible with this module. Expected version ">=18.0.0". Got "16.20.2"
error Found incompatible module.
Expected behavior
expo/expo-github-action@v8 should not fail as a github action
Actual behavior
expo/expo-github-action@v8 is failing and blocking later build steps
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
Description of the bug
How would you shortly summarise the issue? The latest version of image-size@1.1.0 requires a minimum node version of 18 but upgrading to node 18 breaks the expo-cli@5.6.0 which requires a node version >=12 <=16
The image-size@1.1.0 was released December 28, 2023
To Reproduce
Installing expo-cli (5.6.0) from cache or with yarn
Expected behavior
expo/expo-github-action@v8 should not fail as a github action
Actual behavior
expo/expo-github-action@v8 is failing and blocking later build steps
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.