Skip to content

Commit acda1c6

Browse files
authored
Merge pull request #1050 from ember-cli/fix-release-plan
use package.json pnpm version for release-plan
2 parents 35c4c67 + 25dfb8c commit acda1c6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/plan-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
fetch-depth: 0
5454
ref: 'main'
5555
- uses: pnpm/action-setup@v4
56-
with:
57-
version: 9
5856
- uses: actions/setup-node@v4
5957
with:
6058
node-version: 18

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949
- uses: pnpm/action-setup@v4
50-
with:
51-
version: 9
5250
- uses: actions/setup-node@v4
5351
with:
5452
node-version: 18

0 commit comments

Comments
 (0)