ci: fix actions runtime - use node base image for JS action support
Backend Tests / test (push) Failing after 5m2s

This commit is contained in:
2026-06-25 00:20:10 +01:00
parent f9ebfe8a5d
commit ae151cb197
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
cache-dependency-path: backend/go.sum
- name: Install system deps
run: apk add --no-cache postgresql-client nodejs
run: apk add --no-cache postgresql-client
- name: Wait for PostgreSQL
run: |