Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo authored Feb 7, 2025
1 parent 0d46edc commit b79cd9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
if: ${{ steps.release.outputs.releases_created }}

- run: corepack enable pnpm
- run: npm i -g --force corepack && corepack enable
- name: use node 20
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "npm team"
- run: corepack enable pnpm
- run: npm i -g --force corepack && corepack enable
- name: use node 20
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit b79cd9e

Please sign in to comment.