update: 添加node版本控制器
This commit is contained in:
parent
381ea887e8
commit
a5189bd29e
|
@ -76,5 +76,9 @@
|
||||||
"**/*.{html,css,less,md}": [
|
"**/*.{html,css,less,md}": [
|
||||||
"prettier --write"
|
"prettier --write"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"volta": {
|
||||||
|
"node": "18.14.0",
|
||||||
|
"yarn": "1.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue