Skip to content

Commit

Permalink
Upgrade pnpm and build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Sep 22, 2024
1 parent a9735bc commit 9c60538
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/proud-planes-jam.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 9c60538

Please sign in to comment.