Skip to content

Commit

Permalink
chore: lock dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Sep 12, 2022
1 parent 93a6671 commit 25ca883
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-to-npmjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: npm version

- name: ⬇️ Install dependencies from npmjs
run: npm install --legacy-peer-deps
run: npm install
# run: npm install --legacy-peer-deps

- name: 🛡️ Audit dependencies (audit-level high)
# https://docs.npmjs.com/cli/v8/commands/npm-audit#audit-level
Expand Down
24 changes: 19 additions & 5 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 25ca883

Please sign in to comment.