Skip to content

Commit

Permalink
chore: Update audit ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Feb 29, 2024
1 parent 0804b72 commit 9a31496
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
uses: actions/setup-node@v4.0.1
with:
node-version: 18.x
cache: 'npm'
- name: Install
run: npm i --legacy-peer-deps
run: npm ci --legacy-peer-deps
- name: Audit signatures
run: npm audit signatures

0 comments on commit 9a31496

Please sign in to comment.