update readme action
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
apt-get install -y curl
|
apt-get install -y curl
|
||||||
curl -fsSL https://deb.nodesource.com/setup_24.x | bash
|
curl -fsSL https://deb.nodesource.com/setup_24.x | bash
|
||||||
fi
|
fi
|
||||||
package='node-fetch'
|
package='node-fetch@2'
|
||||||
if [ `npm list -g | grep -c $package` -eq 0 ]; then
|
if [ `npm list -g | grep -c $package` -eq 0 ]; then
|
||||||
npm install $package --no-shrinkwrap
|
npm install $package --no-shrinkwrap
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user