update readme action

This commit is contained in:
2026-02-12 09:58:20 +01:00
parent fdfe93f45c
commit 8f44e3859a

View File

@@ -46,8 +46,8 @@ jobs:
apt-get install -y -q nodejs
fi
echo npm list -g | grep -c @actions/core
echo npm list -g | grep -c node-fetch
echo $(npm list -g | grep -c @actions/core)
echo $(npm list -g | grep -c node-fetch)
package='@actions/core'
if [ `npm list -g | grep -c $package` -eq 0 ]; then
npm install $package -g