Skip to content

Commit

Permalink
remove legacy peer deps from npm since extension needing that is not …
Browse files Browse the repository at this point in the history
…used anymore
  • Loading branch information
Andrea Petrucci committed Nov 22, 2023
1 parent 87b1bef commit b983478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install dependencies
working-directory: webapp
run: npm ci --legacy-peer-deps
run: npm ci

- name: Build app for dev
# Only run on main
Expand Down

0 comments on commit b983478

Please sign in to comment.