update readme action

This commit is contained in:
2026-02-12 09:40:24 +01:00
parent 98d0b44d41
commit a87b6ae7d7

View File

@@ -48,7 +48,7 @@ jobs:
package='node-fetch@2' package='node-fetch@2'
if [ `npm list -g | grep -c $package` -eq 0 ]; then if [ `npm list -g | grep -c $package` -eq 0 ]; then
npm install $package --no-shrinkwrap npm install $package -g
fi fi
- 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