change readme action

This commit is contained in:
2026-02-12 10:18:20 +01:00
parent 39a148a3f1
commit 06299aa263

View File

@@ -50,7 +50,8 @@ jobs:
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='undici' # package='undici'
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