diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1de3f2f0..40d35ebf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: with: # Needs to be explicitly specified for auth to work registry-url: 'https://registry.npmjs.org' - - run: npm install + - run: npm install -g npm@latest - uses: actions/upload-artifact@v4 with: name: npm