Skip to content

Commit

Permalink
Added --legacy-peer-deps, need a better solution
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Mar 20, 2024
1 parent b9dc100 commit e353aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run build
- run: npm run lint
- run: npm run lint-css
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run build
- name: artifacts/maputnik
uses: actions/upload-artifact@v1
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: npm ci
- run: npm ci --legacy-peer-deps
- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit e353aa5

Please sign in to comment.