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:
- name: Install Node.js
run: |
sudo apt-get update
sudo apt-get install -y nodejs npm
apt update
apt install -y nodejs npm
- name: Checkout Repository
uses: actions/checkout@v4