From 7587c3dd8364f28b3abd6c1acb4a58c40a5d3108 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Thu, 23 Oct 2025 07:46:06 +0900 Subject: [PATCH] chore: update Node.js version to lts/* for release job --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77b6c77..23f1d93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,9 +80,7 @@ jobs: - name: ⎔ Setup Node uses: actions/setup-node@v4 with: - # node 24 is required for semantic-release@v25. - # However, `lts/*` may point to v24 in the near future, so it's better to use `lts/*`. - node-version: 24 + node-version: lts/* # npm 11.5.1 or later is required so update to latest to be sure - name: Update npm