Skip to content

Commit

Permalink
Merge pull request #1609 from glimmerjs/sync-pnpm-versions
Browse files Browse the repository at this point in the history
Sync pnpm versions in the new release-automation workflows
  • Loading branch information
NullVoxPopuli committed Sep 11, 2024
2 parents 0ab298e + 0c18e54 commit ae5b971
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
node-version: 18
- uses: pnpm/action-setup@v4
with:
version: 9
version: 8.5
- run: pnpm install --frozen-lockfile
- name: "Generate Explanation and Prep Changelogs"
id: explanation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v4
with:
version: 9
version: 8.5.0
- run: pnpm install --frozen-lockfile
- name: npm publish
run: pnpm release-plan publish
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit ae5b971

Please sign in to comment.