.github/workflows/build.yml aktualisiert

This commit is contained in:
2025-04-22 17:18:54 +02:00
parent a889ae2d42
commit 9a98b6a8b4

View File

@@ -9,8 +9,9 @@ jobs:
steps:
- name: Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
apt-get install -y nodejs
sudo curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
sudo apt-get update
sudo apt-get install -y nodejs
- name: Checkout
uses: actions/checkout@v2