diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 82ebcaf04f..1363f638c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,6 +83,6 @@ jobs: ${{ runner.os }}-npm-${{ env.cache-name }}- ${{ runner.os }}-npm- ${{ runner.os }}- - - run: npm install --legacy-peer-deps + - run: npm install env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}