From 783b3786735eecc40c5246f0a68747bdbc09e9d2 Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Sat, 3 Jan 2026 19:12:29 +0100 Subject: [PATCH] need node obviously --- .gitea/workflows/ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 167755e..e3af754 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -45,6 +45,11 @@ jobs: with: bun-version: 1.3.4 + - name: Install node + uses: actions/setup-node@v6 + with: + node-version: '22.x' + - name: Download node_modules artifact uses: actions/download-artifact@v4 with: @@ -73,6 +78,11 @@ jobs: with: bun-version: 1.3.4 + - name: Install node + uses: actions/setup-node@v6 + with: + node-version: '22.x' + - name: Download node_modules artifact uses: actions/download-artifact@v4 with: @@ -94,6 +104,11 @@ jobs: with: bun-version: 1.3.4 + - name: Install node + uses: actions/setup-node@v6 + with: + node-version: '22.x' + - name: Download node_modules artifact uses: actions/download-artifact@v4 with: @@ -115,6 +130,11 @@ jobs: with: bun-version: 1.3.4 + - name: Install node + uses: actions/setup-node@v6 + with: + node-version: '22.x' + - name: Download node_modules artifact uses: actions/download-artifact@v4 with: