chore: use volta

This commit is contained in:
Nolan Lawson 2021-07-28 21:43:52 -07:00
parent 821b785e6b
commit f123c60a91
1 changed files with 4 additions and 0 deletions

View File

@ -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"
}
}