Skip to content

Commit 28959ce

Browse files
authored
Fix node version in actions.yml (#433)
1 parent 25d29c2 commit 28959ce

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
@@ -14,7 +14,7 @@ inputs:
1414
description: 'JSON payload with extra information about the webhook event that your action or worklow may use.'
1515
default: '{}'
1616
runs:
17-
using: 'node20'
17+
using: 'node24'
1818
main: 'dist/index.js'
1919
branding:
2020
icon: 'target'

0 commit comments

Comments
 (0)