1
0
mirror of synced 2025-12-19 09:57:57 -05:00

Add "volta" settings to package.json and update node-version (#2994)

(meta)
This commit is contained in:
JuanM04
2021-11-22 08:30:12 -03:00
committed by GitHub
parent 3a1ea75a55
commit 8420f6ddb8
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +1 @@
16.13.0
14.18.1

View File

@@ -63,6 +63,10 @@
"engines": {
"node": ">=12"
},
"volta": {
"node": "14.18.1",
"yarn": "1.22.17"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix"