Skip to content

Commit

Permalink
ci: specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 2, 2024
1 parent ea0e0e7 commit aff3ece
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"type": "module",
"version": "0.5.0",
"private": true,
"packageManager": "pnpm@9.7.1",
"description": "",
"engines": {
"node": ">22.0.0"
},
"scripts": {
"lint": "eslint .",
"dev": "pnpm run -r --filter \"./packages/**\" dev",
Expand Down

0 comments on commit aff3ece

Please sign in to comment.