From 478c20dd101140d916e157faeb8daea5a4b70003 Mon Sep 17 00:00:00 2001 From: Jannik Date: Sat, 30 Aug 2025 13:36:39 +0200 Subject: [PATCH] build: add node to build CI --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b078bc3..11b7d19 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -22,6 +22,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: latest - uses: oven-sh/setup-bun@v2 - name: Install dependencies run: bun i