Skip to content

Commit

Permalink
feat: fix pnpm version in publish action (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
pghorpade authored Nov 6, 2024
1 parent ce822e6 commit 081dd12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -20,9 +20,9 @@ jobs:
with:
node-version: 20
- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Install dependencies
run: pnpm install
- name: Install semantic-release extra plugins
Expand Down

1 comment on commit 081dd12

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.