diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index 963761e1e6639..4f728c67398cf 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -109,9 +109,9 @@ jobs: - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: + # Don't use caching here as we never install dependencies in this workflow node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' - cache: pnpm - name: Publish working-directory: packages/${{ matrix.package }}