We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb85d38 commit bb97e1cCopy full SHA for bb97e1c
.github/workflows/tools.yml
@@ -118,7 +118,7 @@ jobs:
118
npm ci
119
NEW_VERSION=$(npm outdated --parseable | cut -d: -f4 | xargs)
120
if [ "$NEW_VERSION" != "" ]; then
121
- echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
+ echo "NEW_VERSION=new version" >> $GITHUB_ENV
122
rm -rf package-lock.json node_modules
123
# Include $NEW_VERSION to explicitly update the package.json
124
# entry for the dependency and also so that semver-major updates
0 commit comments