From 0babd8cb7f2e550fa2770c45a72982366e76a677 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 14 May 2024 12:35:12 -0400 Subject: [PATCH] Use correct pnpm version --- .github/workflows/plan-release.yml | 8 +------- .github/workflows/publish.yml | 9 ++------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index 3789502..8b27a47 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -50,13 +50,7 @@ jobs: with: fetch-depth: 0 ref: 'main' - - uses: actions/setup-node@v4 - with: - node-version: 18 - - - uses: pnpm/action-setup@v3 - with: - version: 8 + - uses: wyvox/action-setup-pnpm@v3 - run: pnpm install --frozen-lockfile - name: "Generate Explanation and Prep Changelogs" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2b7acc1..903a41c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,15 +44,10 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: wyvox/action-setup-pnpm@v3 with: - node-version: 18 # 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 + node-registry-url: 'https://registry.npmjs.org' - run: pnpm install --frozen-lockfile - name: npm publish run: pnpm release-plan publish