Skip to content

Commit

Permalink
Update pnpm to v9 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote committed Jul 3, 2024
1 parent 612bf8b commit 0f4104a
Show file tree
Hide file tree
Showing 4 changed files with 3,368 additions and 2,735 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-countries-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/ois': patch
---

Update to using pnpm v9
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
Loading

0 comments on commit 0f4104a

Please sign in to comment.