Skip to content

Commit 0313a26

Browse files
committed
ci(config): Add packageManager field
1 parent 3681ff6 commit 0313a26

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": "[email protected]",
78
"scripts": {
89
"postinstall": "husky install",
910
"build": "pnpm -r build",
@@ -36,6 +37,7 @@
3637
}
3738
},
3839
"volta": {
39-
"node": "18.20.5"
40+
"node": "18.20.5",
41+
"pnpm": "9.7.1"
4042
}
4143
}

0 commit comments

Comments
 (0)