From 820cea9bbf7f577967601463e8987b3d66f1b137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Thu, 12 Dec 2024 16:00:57 +0900 Subject: [PATCH] added node version --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 342f7d9..7f6b801 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,6 +13,7 @@ jobs: - name: Install apt packages run: apt update && apt install -y rsync - uses: actions/setup-node@v4 + node-version: 23 - uses: actions/checkout@v4 with: fetch-depth: 0