Update .gitea/workflows/image.yml

This commit is contained in:
Arlind
2025-07-04 15:03:54 +02:00
parent fdb9e3eeb6
commit 86e469e4a9

View File

@@ -13,8 +13,8 @@ jobs:
steps: steps:
- name: Install Node.js - name: Install Node.js
run: | run: |
sudo apt-get update apt update
sudo apt-get install -y nodejs npm apt install -y nodejs npm
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v4