Skip to content

Commit 4e8569b

Browse files
authored
Merge pull request #162 from adopted-ember-addons/fix-ci-format
fix workflow file format
2 parents dd23a7d + ff91691 commit 4e8569b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/plan-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
- uses: actions/setup-node@v4
5454
with:
5555
node-version: 18
56-
56+
5757
- uses: pnpm/action-setup@v2
5858
with:
5959
version: 8
6060
- run: pnpm install --frozen-lockfile
61-
61+
6262
- name: "Generate Explanation and Prep Changelogs"
6363
id: explanation
6464
run: |

0 commit comments

Comments
 (0)