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