Skip to content

Commit 09a841b

Browse files
Update action runtime to node24
1 parent 51a7d8a commit 09a841b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inputs:
2929
required: false
3030

3131
runs:
32-
using: 'node20'
32+
using: 'node24'
3333
pre: 'dist/pre/index.js'
3434
main: 'dist/main/index.js'
3535
post: 'dist/post/index.js'

0 commit comments

Comments
 (0)