Skip to content

Commit a4275ca

Browse files
AJGranowskiahnpnl
authored andcommitted
Remove --no-audit
1 parent 38cacd3 commit a4275ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-workspace/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ runs:
3131

3232
- name: Install and build 🔧
3333
if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
34-
run: npm ci --prefer-offline --no-audit
34+
run: npm ci --prefer-offline
3535
shell: bash

0 commit comments

Comments
 (0)