Skip to content

Commit

Permalink
Remove ‘--legacy-peer-deps’ flag from install command
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Aug 11, 2024
1 parent 5e5a815 commit 9e4158d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Install dependencies
run: npm ci --legacy-peer-deps
run: npm ci

- name: Build files
run: npm run build
Expand All @@ -29,11 +29,11 @@ jobs:
with:
browser: chrome
install: false
wait-on: 'http://localhost:5000'
wait-on: "http://localhost:5000"

- name: Run Cypress (Edge)
uses: cypress-io/github-action@v6
with:
browser: edge
install: false
wait-on: 'http://localhost:5000'
wait-on: "http://localhost:5000"

0 comments on commit 9e4158d

Please sign in to comment.