Skip to content

Commit

Permalink
ci: try dollar-sign bash invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 10, 2024
1 parent 713375a commit 3ba0810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit-bulk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 18
- run: |
# for each package-lock.json, run npm audit fix
for `find packages -type d -name node_modules -prune -o -name package-lock.json -print | grep -v test`
for $(find packages -type d -name node_modules -prune -o -name package-lock.json -print | grep -v test)
do
# ignore failures and continue
npm audit fix || true
Expand Down

0 comments on commit 3ba0810

Please sign in to comment.