Skip to content

Commit

Permalink
chore: set npm legacy-peer-deps to true
Browse files Browse the repository at this point in the history
Until lingui/js-lingui#1805 is done
  • Loading branch information
akiver committed Dec 13, 2023
1 parent 9d12d61 commit ddaceec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm clean-install --force
run: npm ci

- name: TS compile
run: npm run compile
Expand All @@ -48,7 +48,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm clean-install --force
run: npm ci

- name: Lint
run: npm run lint
Expand All @@ -69,7 +69,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm clean-install --force
run: npm ci

- name: Test
run: npm run test
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps = true
11 changes: 0 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ddaceec

Please sign in to comment.