From c120dcae411d1c09a5d01c473ed4309b312ce495 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Sat, 16 May 2026 00:04:50 +0200 Subject: [PATCH] added node as this is required --- .gitea/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2acac8a..ddf9f78 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: lint: runs-on: alpine - container: node:20-bookworm + container: node:20-alpine steps: - name: Checkout @@ -19,8 +19,6 @@ jobs: git \ python3 \ py3-pip \ - nodejs \ - npm \ rust - name: Python sanity check