Skip to content

Commit 53e415c

Browse files
fix: bump action runtime from node22 to node24
node22 is not a valid GitHub Actions runtime. Valid options are node12, node16, node20, and node24. Ticket: CTX-145 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 27ca893 commit 53e415c

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

2323
runs:
24-
using: node22
24+
using: node24
2525
main: dist/index.js

0 commit comments

Comments
 (0)