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:
- name: Install Node.js (für JavaScript-basierte Actions)
run: |
apt-get update
apt-get install -y nodejs npm
apt update
apt install -y nodejs npm
- 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!"