From eda63b1df94e78bf1522edc98ef03131ef5b5092 Mon Sep 17 00:00:00 2001 From: rhysd Date: Wed, 11 Mar 2026 12:04:02 +0900 Subject: [PATCH] Update Node.js version in CI workflows to v24 --- .github/workflows/check-dist.yml | 4 ++-- .github/workflows/dependabot.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 9a847a7..8805823 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -22,10 +22,10 @@ jobs: with: persist-credentials: false - - name: Setup Node.js 20.x + - name: Setup Node.js 24.x uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 20.x + node-version: 24.x cache: npm - name: Install dependencies diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 75e7767..2db1ebb 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -39,7 +39,7 @@ jobs: if: steps.npm.outputs.changed != '' uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 20.x + node-version: 24.x cache: npm - name: Re-generate and commit dist/ if changed id: amend