From a8c584de0836bddc30f9a89e399361ec43d45022 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Mon, 9 Feb 2026 13:48:45 +0100 Subject: [PATCH] update action --- .gitea/workflows/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 25c2340..0958cf1 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -25,9 +25,9 @@ jobs: - name: Install Fetch run: | echo "Installing fetch" - sudo apt-get install -y curl - curl -fsSL https://deb.nodesource.com/setup_24.x | sudo -E bash - - sudo apt-get install -y nodejs + apt-get install -y curl + curl -fsSL https://deb.nodesource.com/setup_24.x | -E bash - + apt-get install -y nodejs npm install -g npm npm install node-fetch - name: Set up Docker Buildx