We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cacd3 commit a4275caCopy full SHA for a4275ca
.github/actions/setup-workspace/action.yml
@@ -31,5 +31,5 @@ runs:
31
32
- name: Install and build 🔧
33
if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
34
- run: npm ci --prefer-offline --no-audit
+ run: npm ci --prefer-offline
35
shell: bash
0 commit comments