Skip to content

Commit

Permalink
legacy-peer-deps, the proper way.
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Mar 20, 2024
1 parent e353aa5 commit ce1e6fc
Show file tree
Hide file tree
Showing 2 changed files with 4 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 --legacy-peer-deps
- run: npm ci
- 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 --legacy-peer-deps
- run: npm ci
- 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 --legacy-peer-deps
- run: npm ci
- name: Cypress run
uses: cypress-io/github-action@v6
with:
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

0 comments on commit ce1e6fc

Please sign in to comment.