chore: use volta (#2080)

node-12
Nolan Lawson 2021-07-28 21:55:17 -07:00 zatwierdzone przez GitHub
rodzic 821b785e6b
commit da4d32c1e7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -193,5 +193,9 @@
"lint-staged": {
"*.js": "standard --fix",
"*.html": "standard --fix --plugin html 'src/routes/**/*.html'"
},
"volta": {
"node": "14.17.3",
"yarn": "1.22.11"
}
}