Skip to content

Commit

Permalink
Upgrade pnpm (#645)
Browse files Browse the repository at this point in the history
* Upgrade pnpm

* Update .github/workflows/release.yml
  • Loading branch information
JoviDeCroock authored Jan 13, 2025
1 parent e4a9174 commit ad95a9b
Show file tree
Hide file tree
Showing 4 changed files with 5,282 additions and 4,323 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compressed-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9.12

- name: compressed-size-action
uses: preactjs/compressed-size-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9.12

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9.12

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit ad95a9b

Please sign in to comment.