Skip to content

Commit d2e5cae

Browse files
Merge pull request #389 from stefanzweifel/v7-node-24
Run Action on Node 24
2 parents 9a49026 + 858005f commit d2e5cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ outputs:
8888
description: Value is "true", if a git tag was created using the `create_git_tag_only`-input.
8989

9090
runs:
91-
using: 'node20'
91+
using: 'node24'
9292
main: 'index.js'
9393

9494
branding:

0 commit comments

Comments
 (0)