From fe343fd8af5f4997b58fceb6f32f6ca046382095 Mon Sep 17 00:00:00 2001 From: Levan Date: Fri, 10 Apr 2026 11:46:46 +0000 Subject: [PATCH] Update Node runtime to 24 --- .github/workflows/check-dist.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 2e252bb..93540f2 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -15,10 +15,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set Node.js 20.x + - name: Set Node.js 24.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 24.x - name: Install dependencies run: npm ci diff --git a/action.yml b/action.yml index 0a1bcab..85525b1 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: required: false default: ${{ github.token }} runs: - using: node20 + using: node24 main: dist/index.js branding: icon: 'terminal'