change readme action
This commit is contained in:
@@ -50,7 +50,8 @@ jobs:
|
||||
|
||||
echo $(npm list -g | grep -c @actions/core)
|
||||
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
|
||||
npm install -g $package
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user