Skip to content

Commit

Permalink
Merge pull request #112 from KHwong12/test/npm-ci-params
Browse files Browse the repository at this point in the history
Test: Resolve dependencies with `--legacy-peer-deps`
  • Loading branch information
KHwong12 authored Jun 30, 2022
2 parents e9fb02b + 862d4b1 commit a6e059b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run build

- name: Deploy 🚀
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run build

0 comments on commit a6e059b

Please sign in to comment.