Skip to content

Commit a7402b0

Browse files
committed
build: add engines option to use monorepo
1 parent 2be90a8 commit a7402b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "vue-jest-monorepo",
33
"private": true,
4+
"engines": {
5+
"node": ">=10",
6+
"yarn": "^1.21.1"
7+
},
48
"workspaces": {
59
"packages": [
610
"packages/*",

0 commit comments

Comments
 (0)