update comment
Some checks failed
checks / Check & Test (Frontend + Backend) (push) Has been cancelled
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
checks / Check & Test (Frontend + Backend) (pull_request) Failing after 3s

This commit is contained in:
Patrick
2025-10-29 10:41:02 +01:00
parent 9c284cd3e1
commit c8343cfd47

View File

@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20' # adjust to your project version
node-version: '20' # adjust to your project version or via env
cache: 'yarn' # or 'npm' if you use npm
#Install frontend dependencies