From d4cacf13ae95baf833731c3c8a613dc6550ad70d Mon Sep 17 00:00:00 2001 From: Vivy Bot Date: Sat, 7 Feb 2026 17:34:38 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20fix=20CI=20by=20adding=20n?= =?UTF-8?q?odejs=20layer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 756aeb5..6e43f35 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,6 +13,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Setup Node (required by Next.js) + uses: actions/setup-node@v4 + with: + node-version: "24.13.0" + - name: Setup runtime environment (Bun) uses: oven-sh/setup-bun@v1 with: