wer brauch schon apt-get

This commit is contained in:
Meiko Remiorz
2025-05-22 15:52:51 +02:00
parent 6eb6c09a4d
commit 326f3531b1

View File

@ -11,8 +11,8 @@ jobs:
steps: steps:
- name: Install Node.js (für JavaScript-basierte Actions) - name: Install Node.js (für JavaScript-basierte Actions)
run: | run: |
apt-get update apt update
apt-get install -y nodejs npm apt install -y nodejs npm
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"