Skip to content

Commit

Permalink
feat: change to use pnpm 9 (#92)
Browse files Browse the repository at this point in the history
* fix: lock file

* feat: use pnpm 9
  • Loading branch information
winchesHe authored Jul 23, 2024
1 parent 54414d5 commit d0552ac
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 @@ -99,8 +99,8 @@
"typescript": "5.2.2"
},
"engines": {
"pnpm": ">=8.x",
"pnpm": ">=9.x",
"node": ">=18.17.x"
},
"packageManager": "pnpm@8.7.6"
"packageManager": "pnpm@9.6.0"
}

0 comments on commit d0552ac

Please sign in to comment.