update: 添加node版本控制器

This commit is contained in:
xieyonghong 2023-03-29 09:11:22 +08:00
parent 381ea887e8
commit a5189bd29e
1 changed files with 4 additions and 0 deletions

View File

@ -76,5 +76,9 @@
"**/*.{html,css,less,md}": [
"prettier --write"
]
},
"volta": {
"node": "18.14.0",
"yarn": "1.22.0"
}
}