diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2b7acc1..b903b53 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,9 +50,7 @@ jobs: # This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable registry-url: 'https://registry.npmjs.org' - - uses: pnpm/action-setup@v3 - with: - version: 8 + - run: npm i -g pnpm - run: pnpm install --frozen-lockfile - name: npm publish run: pnpm release-plan publish