From 7fb538718cc9b1973e0e85b9093478a9a45844e0 Mon Sep 17 00:00:00 2001 From: Martin Haeusler Date: Tue, 25 Oct 2022 09:29:30 +0200 Subject: [PATCH 1/2] update nodejs version from 12 to 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9bb1da1..942c4d2 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ outputs: comment_body: description: The comment body. runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: check-circle From 39d88d6f8ca69dc54d771283b1b30b8444784f16 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Apr 2026 18:39:50 +0200 Subject: [PATCH 2/2] SR-1383: Bump Node runner to 24 in GitHub Actions workflows (#2) * Initial plan * SR-1383: Add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 env var to example.yml Agent-Logs-Url: https://github.com/avocadostore/pull-request-comment-trigger/sessions/f8d517ba-e4eb-4c29-9be7-78842f371c69 Co-authored-by: AMenzel <767532+AMenzel@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: AMenzel <767532+AMenzel@users.noreply.github.com> --- .github/workflows/example.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index d825764..b539977 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -5,6 +5,9 @@ on: issue_comment: types: [created] +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true' + jobs: hello: runs-on: ubuntu-latest