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 | 21ef25bc0652a2b34a329f7d52560fc2c5d43568 (patch) | |
tree | 5c6217fc771cc2c0216ae1f597958012f7f9becb /.github/workflows | |
parent | ff14affcf9aa333bd3fa7d3bb3323ae07ef6014a (diff) | |
download | sncontinue-21ef25bc0652a2b34a329f7d52560fc2c5d43568.tar.gz sncontinue-21ef25bc0652a2b34a329f7d52560fc2c5d43568.tar.bz2 sncontinue-21ef25bc0652a2b34a329f7d52560fc2c5d43568.zip |
--legacy-peer-deps
Diffstat (limited to '.github/workflows')
-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: | |