We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d485b4 commit 0830b31Copy full SHA for 0830b31
.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