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:
parent
543415ce39
commit
ad0a96f767
3 changed files with 3 additions and 3 deletions
2
.nvmrc
2
.nvmrc
|
|
@ -1 +1 @@
|
|||
v20
|
||||
v24
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
"titleTemplate": "{title}"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
"node": ">=24"
|
||||
},
|
||||
"markdownlint-cli2": {
|
||||
"ignores": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue