From 9f16685650b1300ef15097608413b19caecfa6fc Mon Sep 17 00:00:00 2001 From: yoavniran Date: Mon, 8 Jun 2026 19:22:25 +0300 Subject: [PATCH] chore!: action requires node 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index df24fd6..adc5ed9 100644 --- a/action.yml +++ b/action.yml @@ -73,7 +73,7 @@ outputs: baseline-update-pr-number: description: "Number of the pull request created for the baseline update." runs: - using: "node20" + using: "node24" main: "dist/action/index.js" branding: color: "orange"