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
CI: Make webpack cache key dynamic by Node major and drop build.mjs hash
- Export Node major to GITHUB_ENV for use in cache key
- Avoid hardcoding node20 in cache key; use node${env.NODE_MAJOR}
- Remove build.mjs from cache key; rely on webpack buildDependencies invalidation
This keeps cache keys portable across Node upgrades while avoiding
unnecessary cache misses. Webpack will invalidate restored caches when
build.mjs changes via buildDependencies.
0 commit comments