Skip to content

Commit f322850

Browse files
committed
Fix action runs on node24
1 parent 40a885d commit f322850

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
@@ -20,5 +20,5 @@ inputs:
2020
default: 'false'
2121

2222
runs:
23-
using: node20
23+
using: node24
2424
main: dist/index.js

0 commit comments

Comments
 (0)