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 edf79aa commit c069018Copy full SHA for c069018
.github/workflows/tools.yml
@@ -126,7 +126,7 @@ jobs:
126
npm ci
127
NEW_VERSION=$(npm outdated --parseable | cut -d: -f4 | xargs)
128
if [ "$NEW_VERSION" != "" ]; then
129
- echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
+ echo "NEW_VERSION=new version" >> $GITHUB_ENV
130
rm -rf package-lock.json node_modules
131
# Include $NEW_VERSION to explicitly update the package.json
132
# entry for the dependency and also so that semver-major updates
0 commit comments