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: |