diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9249278a..10817811 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm install --legacy-peer-deps + run: npm ci - name: Build app run: |