update readme action

This commit is contained in:
2026-02-18 13:53:55 +01:00
parent 0570451fac
commit 75da60830f

View File

@@ -76,8 +76,6 @@ jobs:
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