update readme action

This commit is contained in:
2026-02-12 09:47:18 +01:00
parent a87b6ae7d7
commit 9d8fdc89cd

View File

@@ -22,7 +22,7 @@ jobs:
echo "Docker installation not found. Docker will be installed"
curl -fsSL https://get.docker.com | sh
fi
- name: Install Fetch
- name: Install npm dependencies
run: |
echo "Installing fetch"
install_node=$false
@@ -46,7 +46,7 @@ jobs:
apt-get install -y -q nodejs
fi
package='node-fetch@2'
package='@actions/core'
if [ `npm list -g | grep -c $package` -eq 0 ]; then
npm install $package -g
fi