Skip to content

Commit

Permalink
chore: Upgrade audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Mar 11, 2024
1 parent 22d8e37 commit 9e49665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: 18.x
cache: "npm"
cache-dependency-path: webapp/package-lock.json
- name: Upgrade npm
run: npm i -g npm
- name: Install
run: npm i --legacy-peer-deps
- name: Audit signatures
Expand Down

0 comments on commit 9e49665

Please sign in to comment.