1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-21 23:52:12 +01:00

Upgrade action runtime to Node.js 24

GitHub Actions is deprecating the Node 20 runtime, with Node 24
becoming the default in June 2026. This updates the action to run
on the node24 runtime.

- action.yml: change `using` from node20 to node24
- .nvmrc: update development version to v24
- package.json: update engines to >=24

Closes #680
This commit is contained in:
David Lemieux 2026-03-15 23:59:06 -04:00 committed by Jozef Izso
parent 543415ce39
commit ad0a96f767
Failed to extract signature
3 changed files with 3 additions and 3 deletions

2
.nvmrc
View file

@ -1 +1 @@
v20
v24

View file

@ -125,7 +125,7 @@ outputs:
slug_prefix:
description: Random prefix added to generated report anchor slugs for this action run
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
branding:
color: blue

View file

@ -83,7 +83,7 @@
"titleTemplate": "{title}"
},
"engines": {
"node": ">=20"
"node": ">=24"
},
"markdownlint-cli2": {
"ignores": [