Skip to content

Commit

Permalink
chore: change pnpm version in engines field to be able to use 8.x.x (#…
Browse files Browse the repository at this point in the history
…11209)

* chore: change pnpm version in engines field to be able to use 8.0.0

* chore: add pnpm version to workflows

* revert: pnpm version in workflows

This reverts commit 32dacab.

* chore: refresh lockfile with pnpm@7.9.0
  • Loading branch information
Demir-Utku committed Mar 29, 2023
1 parent c0bf05f commit f11505f
Show file tree
Hide file tree
Showing 2 changed files with 3,132 additions and 2,752 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -125,7 +125,7 @@
"yargs": "^17.5.1"
},
"engines": {
"pnpm": "^7.0.0"
"pnpm": ">=7"
},
"packageManager": "pnpm@7.9.0",
"pnpm": {
Expand Down

0 comments on commit f11505f

Please sign in to comment.