Skip to content

Commit 7a8d9a3

Browse files
committed
Add volta config
1 parent d046165 commit 7a8d9a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"release-it-lerna-changelog": "^2.3.0"
6868
},
6969
"engines": {
70-
"node": "8.* || >= 10.*"
70+
"node": "12.* || >= 14.*"
7171
},
7272
"publishConfig": {
7373
"registry": "https://registry.npmjs.org"
@@ -93,5 +93,9 @@
9393
"release": true,
9494
"tokenRef": "GITHUB_AUTH"
9595
}
96+
},
97+
"volta": {
98+
"node": "12.22.1",
99+
"yarn": "1.22.10"
96100
}
97101
}

0 commit comments

Comments
 (0)