From ff31a3b73713d6bdeb9785f12de0d4c9598bb4c7 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Mon, 9 Feb 2026 15:32:40 +0100 Subject: [PATCH] update action --- .gitea/workflows/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index ffbd170..164a11b 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -21,6 +21,13 @@ jobs: echo "Docker installation not found. Docker will be installed" curl -fsSL https://get.docker.com | sh fi + - name: Install Fetch + run: | + echo "Installing fetch" + apt-get install -y curl + curl -fsSL https://deb.nodesource.com/setup_24.x | bash + npm install -g npm + npm install node-fetch - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 - name: Login to Gitea container registry