chore: use volta (#2080)

This commit is contained in:
Nolan Lawson 2021-07-28 21:55:17 -07:00 committed by GitHub
parent 821b785e6b
commit da4d32c1e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
}