diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da1098e6..63166ae0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: check-latest: true cache: 'npm' env: - NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upgrade npm ✨ run: npm i -g npm@latest