summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 532d6d84..6635e1a1 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -47,12 +47,12 @@ jobs:
- name: Install extension Dependencies
run: |
cd extension
- npm ci
+ npm ci --legacy-peer-deps
- name: Install react-app Dependencies
run: |
cd extension/react-app
- npm ci
+ npm ci --legacy-peer-deps
- name: Build and Publish
run: |