Skip to content

Commit 9038db3

Browse files
committed
fix: migrate action runtime to node24
GitHub Actions is deprecating the Node 20 JavaScript action runtime. Moving this action to Node 24 avoids platform warnings and keeps the checked-in bundle aligned with the runtime metadata. Add a regression test so future changes do not drift the action metadata and build target apart again.
1 parent 9fd6c49 commit 9038db3

4 files changed

Lines changed: 150 additions & 195 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ inputs:
1818
default: false
1919

2020
runs:
21-
using: node20
21+
using: node24
2222
main: dist/index.js

0 commit comments

Comments
 (0)