Skip to content

Commit

Permalink
fix: update pnpm install action version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailgilev committed Oct 8, 2024
1 parent 314a6d4 commit d85d38f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rude-walls-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@releaseband/vite-plugin-meta": patch
---

update pnpm install action version
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit d85d38f

Please sign in to comment.