Skip to content

Commit

Permalink
chore: pnpm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Oct 25, 2024
1 parent e1c9d07 commit 1ed0e25
Show file tree
Hide file tree
Showing 3 changed files with 10,437 additions and 7,253 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down
Loading

0 comments on commit 1ed0e25

Please sign in to comment.