From f9427c577cccce87ce38694b2cdf0436087959d6 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Sun, 1 Feb 2026 11:48:15 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20add=20node=20setup=20for?= =?UTF-8?q?=20gitea=20ci?= 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 b62529a..8119bc2 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 Prisma) + uses: actions/setup-node@v4 + with: + node-version: "24.13.0" + - name: Setup runtime environment (Bun) uses: oven-sh/setup-bun@v1 with: