Skip to content

Commit

Permalink
build: upgrade to pnpm 8 (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jun 29, 2023
1 parent a912b49 commit e0dfd34
Show file tree
Hide file tree
Showing 3 changed files with 1,553 additions and 1,488 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 7.33.1
version: 8.6.5

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: lts/*
- uses: pnpm/[email protected]
with:
version: 7.33.1
version: 8.6.5
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down
Loading

0 comments on commit e0dfd34

Please sign in to comment.