try actually using the correct option
Some checks failed
Backend Actions / check (push) Successful in 23s
Backend Actions / build (push) Successful in 29s
Backend Actions / test (push) Successful in 34s
Frontend Actions / check (push) Successful in 52s
Frontend Actions / build (push) Has been cancelled
Frontend Actions / test (push) Has been cancelled

This commit is contained in:
2025-07-25 22:57:59 +01:00
parent 0b538aab17
commit efcc24b398

View File

@ -16,10 +16,9 @@ jobs:
path: |
ui/node_modules
key: ${{ runner.os }}-node-check-${{ hashFiles('ui/package-lock.json') }}
- uses: https://gitea.com/actions/setup-node
- uses: actions/setup-node@v4
with:
version: '24'
- run: node --version
node-version: '24'
- name: Install Dependencies
run: npm ci
- name: Run Eslint
@ -43,7 +42,7 @@ jobs:
key: ${{ runner.os }}-node-build-${{ hashFiles('ui/package-lock.json') }}
- uses: actions/setup-node@v4
with:
version: '24'
node-version: '24'
- run: node --version
- name: Install Dependencies
run: npm ci
@ -65,7 +64,7 @@ jobs:
key: ${{ runner.os }}-node-test-${{ hashFiles('ui/package-lock.json') }}
- uses: actions/setup-node@v4
with:
version: '24'
node-version: '24'
- run: node --version
- name: Install Dependencies
run: npm ci