summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 50de687e..85026d02 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -76,12 +76,12 @@ jobs:
- name: Install extension Dependencies
run: |
cd extension
- npm ci --legacy-peer-deps
+ npm ci
- name: Install react-app Dependencies
run: |
cd extension/react-app
- npm ci --legacy-peer-deps
+ npm ci
- name: Build and Publish
run: |