Update .gitea/workflows/image.yml

This commit is contained in:
Arlind
2025-07-04 15:03:21 +02:00
parent f7b40bff74
commit fdb9e3eeb6

View File

@@ -11,10 +11,10 @@ jobs:
name: Build and Push Docker Image
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Node.js
run: |
sudo apt-get update
sudo apt-get install -y nodejs npm
- name: Checkout Repository
uses: actions/checkout@v4