From f10076a28a8ad6f754f4f3060fd1057f814f15fc Mon Sep 17 00:00:00 2001 From: David Claeys Date: Mon, 9 Feb 2026 16:27:55 +0100 Subject: [PATCH] update action --- .gitea/workflows/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 21e4ec2..1207cac 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -27,7 +27,6 @@ jobs: 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