Please upgrade to Node 20
Builds using this action produce output like
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
It would be nice to not see it.
See warning at the bottom right of https://github.com/coactions/setup-xvfb/actions/runs/7670881304
Until the maintainer releases a new version, you can use the direct git commit hash of the this action with nodejs v20 https://github.com/coactions/setup-xvfb/commit/90473c3ebc69533a1a6e0505c36511b69c8c3135 or the next commit after that 6b00cf1... so in your Github action...
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
@ssbarnea a new release version would be greatly appreciated too!
Hi @ssbarnea, can we have a new release on this action? GitHub says that they plan to migrate all actions to run on Node20 by Spring 2024. Fortunately node16 runner is still available with deprecation warnings, but it may be removed from GitHub Actions soon.
Node16 runner will reach the end of life on Oct. 15.
https://github.blog/changelog/2024-09-25-end-of-life-for-actions-node16/
- #21