Skip to content

Commit 38b9d94

Browse files
Deps/node 24 as runner (#286)
* Upgrade to use node24 runner (#285) - As per [the deprecation notice](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/), node 20 is no longer supported as a runner base - The [PR that updated the code to support node 24](#278) forgot to update the base * update CHANGELOG --------- Co-authored-by: Marnu Lombard <MarnuLombard@users.noreply.github.com>
1 parent 6b84f2e commit 38b9d94

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
* v2.8.0 forgot to update the base (thanks [@MarnuLombard](https://github.com/MarnuLombard))
13+
1014
## [2.8.0] - 2026-02-19
1115

1216
### Others

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ inputs:
2626
required: false
2727
default: "fail"
2828
runs:
29-
using: "node20"
29+
using: "node24"
3030
main: "./dist/main.js"
3131
post: "./dist/post.js"

0 commit comments

Comments
 (0)