From be3ad7dc49ed6febf83ea6696c816f4d8faec485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Tr=C4=85tnowiecki?= Date: Thu, 12 Mar 2026 10:17:54 +0100 Subject: [PATCH] Upgrade node to 24 --- .github/workflows/check-dist.yml | 2 +- .github/workflows/ci.yml | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 18475e7..b9c97d9 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - run: npm ci - name: Rebuild the dist/ directory diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e2253..498378f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: "npm" - run: npm ci - run: npm run lint diff --git a/action.yml b/action.yml index 6717233..321a3f2 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ outputs: scarb-version: description: The version of the installed Scarb runs: - using: "node20" + using: "node24" main: "dist/setup/index.js" post: "dist/cache-save/index.js" post-if: success()