summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-03 01:18:13 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-03 01:18:13 -0700
commit21ef25bc0652a2b34a329f7d52560fc2c5d43568 (patch)
tree5c6217fc771cc2c0216ae1f597958012f7f9becb /.github/workflows
parentff14affcf9aa333bd3fa7d3bb3323ae07ef6014a (diff)
downloadsncontinue-21ef25bc0652a2b34a329f7d52560fc2c5d43568.tar.gz
sncontinue-21ef25bc0652a2b34a329f7d52560fc2c5d43568.tar.bz2
sncontinue-21ef25bc0652a2b34a329f7d52560fc2c5d43568.zip
--legacy-peer-deps
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: |