test-summary / action

Show a helpful summary of test results in GitHub Actions CI/CD workflow runs
MIT License
395 stars 32 forks source link

Upgrade to Node.js 20 LTS #39

Closed RihanArfan closed 8 months ago

RihanArfan commented 10 months ago

On newly released v2.2, the action runner was upgraded to Node.js v16, which is now EOL. It should be upgraded to v20 LTS. https://endoflife.date/nodejs.

Update: #42 Someone has graciously PR'd an upgrade to Node.js 20, however, keeping this open until a new release is created.

vj-hansen commented 9 months ago

https://github.com/test-summary/action/pull/42

ralf-ovelgoenne commented 8 months ago

Is it possible to create a new release including the upgrade?

hex0cter commented 8 months ago

Same question as above. Please.

felixfontein commented 8 months ago

@ethomson could you please release a new version with #42 included?

ethomson commented 8 months ago

Should be fixed in the https://github.com/test-summary/action/releases/tag/v2.3 release. Thanks!

felixfontein commented 8 months ago

Thank you very much @ethomson!