Install Node.js before Gitea actions
Debian Trixie package bundle / packages (push) Has been cancelled

This commit is contained in:
Mario Fetka
2026-07-21 00:02:27 +02:00
parent 3a67adf647
commit 48700599af
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
run: |
apt-get update
apt-get install -y --no-install-recommends \
ca-certificates curl git jq
ca-certificates curl git jq nodejs
- name: Check out Bongo
uses: actions/checkout@v4