You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The Node.js version should be included in the cache key. The major version number, (e.g., 22 in 22.12) should be used to avoid unnecessary invalidation when upgrading to patch or minor versions.
Justification:
Some dependencies need to be rebuilt for specific Node versions. Reusing the cache for an older version results in dependency installation failures.
Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered:
Any new on this issue ?
In monorepo with packages to test with different Node.js, applications not all with the same Node.js version, the actual generated key lead to dependencies which need to be rebuilt each time.
Description:
The Node.js version should be included in the cache key. The major version number, (e.g., 22 in 22.12) should be used to avoid unnecessary invalidation when upgrading to patch or minor versions.
This is similar to #1008.
Justification:
Some dependencies need to be rebuilt for specific Node versions. Reusing the cache for an older version results in dependency installation failures.
Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered: