Skip to content

Commit 4275f4f

Browse files
olaf-cichockijerzy-mankowski
authored andcommitted
ci(config): Add packageManager field
1 parent 195b769 commit 4275f4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"engines": {
55
"node": ">=14.0.0 <19"
66
},
7+
"packageManager": "pnpm@9.7.1",
78
"scripts": {
89
"postinstall": "husky install",
910
"build": "pnpm -r build",
@@ -40,6 +41,7 @@
4041
}
4142
},
4243
"volta": {
43-
"node": "18.20.5"
44+
"node": "18.20.5",
45+
"pnpm": "9.7.1"
4446
}
4547
}

0 commit comments

Comments
 (0)