Skip to content

Commit 41bda05

Browse files
authored
Merge pull request #9 from Mano176/nodejs24
Updated action to run on Node 24
2 parents 2149612 + 7e19d1d commit 41bda05

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
@@ -21,5 +21,5 @@ inputs:
2121
default: false
2222

2323
runs:
24-
using: 'node20'
24+
using: 'node24'
2525
main: 'index.js'

0 commit comments

Comments
 (0)