Skip to content

Commit

Permalink
fix workflow file format
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Feb 16, 2024
1 parent dd23a7d commit ff91691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install --frozen-lockfile

- name: "Generate Explanation and Prep Changelogs"
id: explanation
run: |
Expand Down

0 comments on commit ff91691

Please sign in to comment.