From 8415d9c6dba09d89a7844380ca8c6a99e503c85d Mon Sep 17 00:00:00 2001 From: Oleksandr Burda Date: Mon, 8 Jun 2026 14:58:26 +0200 Subject: [PATCH] chore: upgrade Node.js version in action.yml and CI workflow to 24 --- .github/workflows/ci.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d641ecc..6ccaec9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "24" cache: npm - run: npm ci diff --git a/action.yml b/action.yml index 16655f6..a0b69bf 100644 --- a/action.yml +++ b/action.yml @@ -30,5 +30,5 @@ inputs: required: false default: "" runs: - using: node20 + using: node24 main: dist/github-action/index.js