Skip to content

Commit ae5b971

Browse files
Merge pull request #1609 from glimmerjs/sync-pnpm-versions
Sync pnpm versions in the new release-automation workflows
2 parents 0ab298e + 0c18e54 commit ae5b971

File tree

3 files changed

+2
-52
lines changed

3 files changed

+2
-52
lines changed

.github/workflows/plan-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
node-version: 18
5858
- uses: pnpm/action-setup@v4
5959
with:
60-
version: 9
60+
version: 8.5
6161
- run: pnpm install --frozen-lockfile
6262
- name: "Generate Explanation and Prep Changelogs"
6363
id: explanation

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
registry-url: 'https://registry.npmjs.org'
5252
- uses: pnpm/action-setup@v4
5353
with:
54-
version: 9
54+
version: 8.5.0
5555
- run: pnpm install --frozen-lockfile
5656
- name: npm publish
5757
run: pnpm release-plan publish

.github/workflows/release.yml

-50
This file was deleted.

0 commit comments

Comments
 (0)