update action

This commit is contained in:
2026-02-09 13:52:19 +01:00
parent a8c584de08
commit 49b9918b3e

View File

@@ -26,7 +26,7 @@ jobs:
run: | run: |
echo "Installing fetch" echo "Installing fetch"
apt-get install -y curl 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 apt-get install -y nodejs
npm install -g npm npm install -g npm
npm install node-fetch npm install node-fetch