Skip to content

Commit

Permalink
feat: change pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
IcaroSilvaFK committed Jul 23, 2024
1 parent 9bb9a3d commit f2dacb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
version: 9
- uses: actions/setup-node@v3
with:
node-version: "22.4.0"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm install
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit f2dacb4

Please sign in to comment.