From 49b9918b3e6f50de79f0240dfb7ef6b7cfc0c655 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Mon, 9 Feb 2026 13:52:19 +0100 Subject: [PATCH] update action --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 0958cf1..e2d28b7 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -26,7 +26,7 @@ jobs: run: | echo "Installing fetch" apt-get install -y curl - curl -fsSL https://deb.nodesource.com/setup_24.x | -E bash - + curl -fsSL https://deb.nodesource.com/setup_24.x | bash apt-get install -y nodejs npm install -g npm npm install node-fetch