Skip to content

Commit 0babd8c

Browse files
committed
Use correct pnpm version
1 parent c08adae commit 0babd8c

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.github/workflows/plan-release.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,7 @@ jobs:
5050
with:
5151
fetch-depth: 0
5252
ref: 'main'
53-
- uses: actions/setup-node@v4
54-
with:
55-
node-version: 18
56-
57-
- uses: pnpm/action-setup@v3
58-
with:
59-
version: 8
53+
- uses: wyvox/action-setup-pnpm@v3
6054
- run: pnpm install --frozen-lockfile
6155

6256
- name: "Generate Explanation and Prep Changelogs"

.github/workflows/publish.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,10 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v4
47-
- uses: actions/setup-node@v4
47+
- uses: wyvox/action-setup-pnpm@v3
4848
with:
49-
node-version: 18
5049
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
51-
registry-url: 'https://registry.npmjs.org'
52-
53-
- uses: pnpm/action-setup@v3
54-
with:
55-
version: 8
50+
node-registry-url: 'https://registry.npmjs.org'
5651
- run: pnpm install --frozen-lockfile
5752
- name: npm publish
5853
run: pnpm release-plan publish

0 commit comments

Comments
 (0)