Skip to content

Commit bf4b0c6

Browse files
authored
chore: downgrade pnpm (#299)
1 parent d61ce54 commit bf4b0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"type": "module",
66
"license": "MIT",
77
"repository": "somehow-digital/commitlint-plugin-spellcheck",
8-
"packageManager": "pnpm@10.10.0",
8+
"packageManager": "pnpm@10.8.1",
99
"keywords": [
1010
"commitlint",
1111
"commitlintplugin"
1212
],
1313
"engines": {
1414
"node": ">=22",
15-
"pnpm": ">=9"
15+
"pnpm": ">=10"
1616
},
1717
"scripts": {
1818
"prepare": "husky",

0 commit comments

Comments
 (0)