update readme action
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user