update readme action

This commit is contained in:
2026-02-12 10:10:03 +01:00
parent 07f3f3ce19
commit 39a148a3f1

View File

@@ -50,7 +50,7 @@ jobs:
echo $(npm list -g | grep -c @actions/core)
echo $(npm list -g | grep -c node-fetch)
package='@actions/core'
package='undici'
if [ `npm list -g | grep -c $package` -eq 0 ]; then
npm install -g $package
fi