Skip to content

Commit f86d3c6

Browse files
Merge pull request #214 from Workiva/dependabot/npm_and_yarn/all-7054484f1f
CID-19658 Bump the all group with 5 updates
2 parents e13ac06 + 3e1192c commit f86d3c6

5 files changed

Lines changed: 431 additions & 454 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959
fi
6060
6161
- name: Commit and push dist/ changes
62-
if: github.event_name == 'pull_request' && steps.diff.outputs.changes_detected == 'true'
62+
if:
63+
github.event_name == 'pull_request' &&
64+
steps.diff.outputs.changes_detected == 'true'
6365
run: |
6466
git config user.name "${{ github.actor }}"
6567
git config user.email "${{ github.actor }}@users.noreply.github.com"

dist/index.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)