update readme action

This commit is contained in:
2026-02-12 09:18:52 +01:00
parent aea9cf793f
commit 8ad44f4d97

View File

@@ -29,7 +29,7 @@ jobs:
apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_24.x | bash
fi
package='node-fetch'
package='node-fetch@2'
if [ `npm list -g | grep -c $package` -eq 0 ]; then
npm install $package --no-shrinkwrap
fi