ci: tryfix container image
Some checks failed
pipeline / lint-and-format (push) Failing after 4m17s
pipeline / build-and-push-images (push) Has been skipped

This commit is contained in:
2026-01-21 15:15:26 +01:00
parent 9c10de520d
commit f307e3a8fc

View File

@@ -13,12 +13,12 @@ jobs:
container:
image: ubuntu:25.10
steps:
- name: Checkout repository
uses: https://gitea.com/actions/checkout@v4
- name: Install node and npm
run: apt-get update && apt-get install -y nodejs npm
- name: Checkout repository
uses: https://gitea.com/actions/checkout@v4
- name: Install dependencies for frontend
working-directory: ./frontend
run: npm ci