diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 85026d02..84961067 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -81,7 +81,7 @@ jobs: - name: Install react-app Dependencies run: | cd extension/react-app - npm ci + npm ci --legacy-peer-deps - name: Build and Publish run: | |