Mike McCready
Mike McCready
The cache race condition which led to this issue is resolved in https://github.com/cypress-io/github-action/pull/1180. If however the cache of the Cypress binary cache and the cache of the pnpm store cache...
This issue is still happening. See https://github.com/cypress-io/github-action/actions/runs/9186993814/job/25263739457
Using the failed workflow https://github.com/cypress-io/github-action/actions/runs/9186993814/job/25263739457 as an example ... The problem occurs when the pnpm store is cached in `Linux-pnpm-store-*` and the pnpm store contains a copy of the correct...
- PR #1188 submitted to resolve this issue by removing pnpm store caching
- This issue and https://github.com/vercel/serve-handler/issues/204 need to be resolved before Node.js 22.x enters Active LTS status on Oct 29, 2024 (see [Release Schedule](https://github.com/nodejs/release#release-schedule)). If not, I would plan to migrate...
@nemanjacosovic I've updated the original posting with the latest versions serve `14.2.3` / Node.js `v22.5.1`.
- https://github.com/vercel/serve-handler/issues/204 is now resolved. This needs a new release to follow the current `latest` [[email protected]](https://github.com/vercel/serve-handler/releases/tag/6.1.5) from Nov 2022, as noted in https://github.com/vercel/serve-handler/pull/207#issuecomment-2413436282 - This would need a change is...
- See https://github.com/vercel/serve/pull/812 for resolution
@mikhailkoliada Thanks very much for the announcement here! Will you mark it as beta in the [README](https://github.com/actions/runner-images/blob/main/README.md)? 
@edmorley In https://github.com/actions/runner-images/issues/9691#issuecomment-2063926929 there was mention of a date in August 2024 for GA. That might coincide with the change you are asking about.