Skip to content

Commit

Permalink
chore: --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Dec 16, 2024
1 parent e95e9ce commit d9fb43c
Show file tree
Hide file tree
Showing 5 changed files with 924 additions and 1,387 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npx audit-ci

- name: Install Node Modules
run: npm ci
run: npm ci --legacy-peer-deps

- name: Report Coverage
uses: paambaati/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npx audit-ci

- name: Install Node Modules
run: npm ci
run: npm ci --legacy-peer-deps

- name: Build Docs
run: npm run generate-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'npm'

- name: Install Node Modules
run: npm ci
run: npm ci --legacy-peer-deps

- name: Run Coverage Check
run: npm run lcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npx audit-ci

- name: Install Node Modules
run: npm ci
run: npm ci --legacy-peer-deps

- name: Run Tests and Linting
run: npm run test
Expand Down
Loading

0 comments on commit d9fb43c

Please sign in to comment.