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