Skip to content

Commit 5d9b48b

Browse files
authored
chore: update GitHub Action runtime from node20 to node24 (#97)
GitHub Actions is deprecating Node.js 20 for JavaScript actions. This change updates the runtime in action.yml from node20 to node24 to avoid the deprecation warning and ensure compatibility with upcoming runner defaults. No other changes were made.
1 parent f60b28c commit 5d9b48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ inputs:
6969
description: Verbosity level Can be -v, -vv or -vvv.
7070

7171
runs:
72-
using: 'node20'
72+
using: 'node24'
7373
main: 'index.js'
7474

7575
branding:

0 commit comments

Comments
 (0)