Add "volta" settings to package.json and update node-version (#2994)
(meta)
This commit is contained in:
@@ -1 +1 @@
|
|||||||
16.13.0
|
14.18.1
|
||||||
|
|||||||
@@ -63,6 +63,10 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
|
"volta": {
|
||||||
|
"node": "14.18.1",
|
||||||
|
"yarn": "1.22.17"
|
||||||
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts,tsx}": [
|
"*.{js,ts,tsx}": [
|
||||||
"eslint --fix"
|
"eslint --fix"
|
||||||
|
|||||||
Reference in New Issue
Block a user