update readme action

This commit is contained in:
2026-02-18 11:07:25 +01:00
parent 4494b818c5
commit d762f6c3f7

View File

@@ -47,17 +47,17 @@ jobs:
echo $"Installing node 24" echo $"Installing node 24"
apt-get install -y -q curl apt-get install -y -q curl
curl -fsSL https://deb.nodesource.com/setup_24.x | bash curl -fsSL https://deb.nodesource.com/setup_24.x | bash
apt-get update
apt-get install -y -q nodejs apt-get install -y -q nodejs
fi fi
echo "node version : " $(node -v)
echo $(npm list -g | grep -c @actions/core) echo $(npm list -g | grep -c @actions/core)
echo $(npm list -g | grep -c node-fetch) echo $(npm list -g | grep -c node-fetch)
package='node-fetch' package='node-fetch'
if [ `npm list -g | grep -c $package` -eq 0 ]; then if [ `npm list -g | grep -c $package` -eq 0 ]; then
npm install -g $package npm install -g $package
fi fi
echo "node version : " $(node -v)
- name: Login to DockerHub container registry - name: Login to DockerHub container registry
uses: https://github.com/docker/login-action@v3 uses: https://github.com/docker/login-action@v3
with: with: