From 682074179313ede9ff7e7ab943f596c96ee253b6 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Thu, 13 Nov 2025 14:01:53 +1100 Subject: [PATCH] nodejs --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8267167..1a5802b 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: run: | apt-get update DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ - python3 python3-venv pipx curl git ca-certificates + python3 python3-venv pipx curl git ca-certificates nodejs - name: Install Poetry run: |