Skip to content

Commit f11505f

Browse files
authored
chore: change pnpm version in engines field to be able to use 8.x.x (#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 [email protected]
1 parent c0bf05f commit f11505f

File tree

2 files changed

+3132
-2752
lines changed

2 files changed

+3132
-2752
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"yargs": "^17.5.1"
126126
},
127127
"engines": {
128-
"pnpm": "^7.0.0"
128+
"pnpm": ">=7"
129129
},
130130
"packageManager": "[email protected]",
131131
"pnpm": {

0 commit comments

Comments
 (0)