Skip to content

Commit

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

* Changeset
  • Loading branch information
joeldenning authored Sep 22, 2024
1 parent d858b09 commit c8f56ef
Show file tree
Hide file tree
Showing 3 changed files with 6,711 additions and 6,219 deletions.
2 changes: 2 additions & 0 deletions .changeset/quick-cheetahs-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "16"
- uses: pnpm/action-setup@v2.0.1
node-version: "22"
- uses: pnpm/action-setup@v4
with:
version: 8.6.1
version: 9.4.0
- run: git checkout main && git checkout $GITHUB_SHA
- run: pnpm install --frozen-lockfile
- run: pnpm changeset status
Expand Down
Loading

0 comments on commit c8f56ef

Please sign in to comment.