From 7479e4eed5f3fb68ea39f94142cf95dfd121cd04 Mon Sep 17 00:00:00 2001 From: WATAHIKI YUTO Date: Sun, 28 Sep 2025 15:59:27 +0900 Subject: [PATCH] =?UTF-8?q?CI=E3=81=A7=E4=BD=BF=E3=82=8F=E3=82=8C=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=82=8B`actions/setup-node`=E3=82=92=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E3=81=AB=E3=82=A2=E3=83=83=E3=83=97=E3=83=87=E3=83=BC?= =?UTF-8?q?=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9a7d9069..c43780f8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .nvmrc cache: npm @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .nvmrc cache: npm