Skip to content

Commit

Permalink
Use correct pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 14, 2024
1 parent c08adae commit 0babd8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0babd8c

Please sign in to comment.