Skip to content

Commit 060edf8

Browse files
committed
chore: setting pnpm version in engines
1 parent 7265daf commit 060edf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"license": "AGPL-3.0-only",
55
"engines": {
66
"npm": ">=8.5.5",
7-
"node": ">=16.15.0"
7+
"node": ">=16.15.0",
8+
"pnpm": ">=9.3.0"
89
},
910
"scripts": {
1011
"start": "pnpm --filter round-manager run start",

0 commit comments

Comments
 (0)