clone url u
Some checks failed
checks / Check & Test (Frontend + Backend) (push) Failing after 3s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Failing after 0s
checks / Check & Test (Frontend + Backend) (pull_request) Failing after 2s

This commit is contained in:
Patrick
2025-10-29 13:41:51 +01:00
parent e03939e3c9
commit fa40c1480a

View File

@ -19,13 +19,6 @@ jobs:
echo "Branch: ${{ gitea.ref }}" echo "Branch: ${{ gitea.ref }}"
echo "Repository: ${{ gitea.repository }}" echo "Repository: ${{ gitea.repository }}"
- name: Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs
node -v
npm -v
#- name: Checkout repository #- name: Checkout repository
# uses: actions/checkout@v4 # uses: actions/checkout@v4