ci: tryfix upgrade to newer node
Some checks failed
pipeline / lint-and-format (push) Failing after 11s
pipeline / build-and-push-images (push) Has been skipped

This commit is contained in:
2026-01-21 14:27:22 +01:00
parent 50245be6f5
commit 9c10de520d

View File

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