chore: remove --legacy-peer-deps from gh actions workflow (#2814)

This commit is contained in:
Alessio Gravili
2023-06-14 16:23:48 +02:00
committed by GitHub
parent 9664e4b96f
commit 884f7991c4

View File

@@ -83,6 +83,6 @@ jobs:
${{ runner.os }}-npm-${{ env.cache-name }}- ${{ runner.os }}-npm-${{ env.cache-name }}-
${{ runner.os }}-npm- ${{ runner.os }}-npm-
${{ runner.os }}- ${{ runner.os }}-
- run: npm install --legacy-peer-deps - run: npm install
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}