Skip to content

Commit

Permalink
chore: 🤖 bump pnpm to v8.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Nov 19, 2023
1 parent 89dca45 commit 7d29507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: ./.github/actions/install
with:
node-version: 20
pnpm-version: 8.3.1
pnpm-version: 8.10.5

- name: 🚨 Lint
run: pnpm lint
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"vite": "5.0.0",
"vitest": "0.34.6"
},
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.10.5",
"engines": {
"node": "20",
"pnpm": "8.3.1"
"pnpm": "8.10.5"
}
}

0 comments on commit 7d29507

Please sign in to comment.