Skip to content

Commit

Permalink
chore: upgrade to pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jun 11, 2024
1 parent 276037a commit c5e14e1
Show file tree
Hide file tree
Showing 3 changed files with 4,671 additions and 3,776 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 16
Expand All @@ -24,8 +24,8 @@ jobs:

steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@9.3.0",
"volta": {
"node": "20.10.0"
},
Expand Down
Loading

0 comments on commit c5e14e1

Please sign in to comment.