Skip to content

Commit 8d3747a

Browse files
committed
fix: remove peer deps flag from test workflow
1 parent 65032fb commit 8d3747a

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: "18"
1919

2020
- name: Install workspace dependencies
21-
run: npm install --legacy-peer-deps
21+
run: npm install
2222
working-directory: .
2323

2424
lighthouse:
@@ -31,7 +31,7 @@ jobs:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232

3333
- name: Install workspace dependencies
34-
run: npm install --legacy-peer-deps
34+
run: npm install
3535
working-directory: .
3636

3737
- name: Install dependencies

package-lock.json

Lines changed: 27 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)