Skip to content

Commit d34e852

Browse files
fix: upgrade action runtime from node20 to node22
GitHub is deprecating Node.js 20 for GitHub Actions, producing warning annotations in consuming workflows. Ticket: CTX-144 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6aadad0 commit d34e852

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: node20
24+
using: node22
2525
main: dist/index.js

0 commit comments

Comments
 (0)