adjusted node version in the workflows
Some checks failed
CI / Frontend Build (push) Successful in 3m26s
CI / Backend Tests (push) Successful in 4m5s
CI / Backend Build (push) Successful in 2m36s
CI Simple / Test and Build (push) Failing after 7m12s
CI / Docker Build Test (push) Failing after 3m4s

This commit is contained in:
Jan Felix Wiebe 2025-07-11 15:47:31 +02:00
parent 91373146e8
commit c96e406dea
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Install backend dependencies
working-directory: ./backend

View file

@ -86,7 +86,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'npm'
cache-dependency-path: frontend/package-lock.json