Skip to content

Commit

Permalink
ci: correct pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Kulebaev committed May 25, 2024
1 parent 4b94060 commit a5fff3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": "^16.0.0"
},
"packageManager": "^[email protected]",
"packageManager": "^pnpm@^6.0.0",
"scripts": {
"test": "vitest run",
"test:watch": "vitest run --watch"
Expand Down

0 comments on commit a5fff3f

Please sign in to comment.