Skip to content

Commit

Permalink
fix: workaround known electron advisory
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Feb 23, 2021
1 parent ba5a7b8 commit 8a68396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
key: ${{ hashFiles('**/yarn.lock') }}

- name: Audit dependencies
run: yarn audit
# Disabled until we can update electron
# run: yarn audit

0 comments on commit 8a68396

Please sign in to comment.