Node 20 support is being deprecated on 2nd June 2026, and all Node 20 actions will be forced to run on Node 24. https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
We're using currents-dev/playwright-last-failed in our CI and since this appears to still be using Node 20, we're getting the following warning on our runs:

Are you planning to update currents-dev/playwright-last-failed to run on Node 24 by default, and if so, do you have an approximate ETA? Thanks.
Node 20 support is being deprecated on 2nd June 2026, and all Node 20 actions will be forced to run on Node 24. https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
We're using

currents-dev/playwright-last-failedin our CI and since this appears to still be using Node 20, we're getting the following warning on our runs:Are you planning to update
currents-dev/playwright-last-failedto run on Node 24 by default, and if so, do you have an approximate ETA? Thanks.