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": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"volta": {
|
||||
"node": "14.18.1",
|
||||
"yarn": "1.22.17"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,tsx}": [
|
||||
"eslint --fix"
|
||||
|
||||
Reference in New Issue
Block a user