update action

This commit is contained in:
2026-02-09 13:48:45 +01:00
parent b1624dba4a
commit a8c584de08

View File

@@ -25,9 +25,9 @@ jobs:
- name: Install Fetch - name: Install Fetch
run: | run: |
echo "Installing fetch" echo "Installing fetch"
sudo apt-get install -y curl apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_24.x | sudo -E bash - curl -fsSL https://deb.nodesource.com/setup_24.x | -E bash -
sudo 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
- name: Set up Docker Buildx - name: Set up Docker Buildx