diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-03 01:18:13 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-03 01:18:13 -0700 |
commit | 2af89790af6fd2007db483646ba7e8c44638fd37 (patch) | |
tree | 86f41de964fa58184f1d74d5dc5255e0d1bee7d4 | |
parent | d92bb93bdc18fb67c4279b9335d2cb32735721ba (diff) | |
download | sncontinue-2af89790af6fd2007db483646ba7e8c44638fd37.tar.gz sncontinue-2af89790af6fd2007db483646ba7e8c44638fd37.tar.bz2 sncontinue-2af89790af6fd2007db483646ba7e8c44638fd37.zip |
--legacy-peer-deps
-rw-r--r-- | .github/workflows/main.yaml | 4 |
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: | |