Skip to content

Commit

Permalink
npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertschuler committed Nov 20, 2021
1 parent 4a020f7 commit 039c9ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
with:
persist-credentials: false

- name: Upgrade npm to latest version
run: sudo npm i -g npm@latest

- name: Install and Build 🔧
run: |
npm install
Expand Down
14 changes: 6 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 039c9ad

Please sign in to comment.