We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733da2f commit f16e9c1Copy full SHA for f16e9c1
.github/workflows/tools.yml
@@ -127,7 +127,7 @@ jobs:
127
npm ci
128
NEW_VERSION=$(npm outdated --parseable | cut -d: -f4 | xargs)
129
if [ "$NEW_VERSION" != "" ]; then
130
- echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
+ echo "NEW_VERSION=$(echo $NEW_VERSION | sed 's/ /\n/g')" >> $GITHUB_ENV
131
rm -rf package-lock.json node_modules
132
# Include $NEW_VERSION to explicitly update the package.json
133
# entry for the dependency and also so that semver-major updates
0 commit comments