From 48ef973c54223c1264f83732851fd85d9cb34e54 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 18:55:01 +0900 Subject: [PATCH] node version specify --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 7f6b801..13c8f7b 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 + with: node-version: 23 - uses: actions/checkout@v4 with: