Skip to content

Commit

Permalink
chore: fix package manager version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone authored Apr 9, 2024
1 parent e2649b0 commit 1ab868b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"type": "module",
"engines": {
"node": ">=20.0",
"pnpm": ">=8.1.0"
"pnpm": ">=8.15.6"
},
"packageManager": "pnpm@8.1.0",
"packageManager": "pnpm@8.15.6",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 1ab868b

Please sign in to comment.