Skip to content

Commit

Permalink
Merge pull request #1050 from ember-cli/fix-release-plan
Browse files Browse the repository at this point in the history
use package.json pnpm version for release-plan
  • Loading branch information
mansona authored Jan 7, 2025
2 parents 35c4c67 + 25dfb8c commit acda1c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
fetch-depth: 0
ref: 'main'
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit acda1c6

Please sign in to comment.