Pin versions with volta
This commit is contained in:
parent
9a756bd03c
commit
4031fd18f1
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "yarny-prototype",
|
"name": "gamejam-prototype",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -33,5 +33,9 @@
|
||||||
"eslint-plugin-vue": "^8.2.0",
|
"eslint-plugin-vue": "^8.2.0",
|
||||||
"postcss": "^8.4.4",
|
"postcss": "^8.4.4",
|
||||||
"prettier": "^2.5.1"
|
"prettier": "^2.5.1"
|
||||||
|
},
|
||||||
|
"volta": {
|
||||||
|
"node": "16.13.1",
|
||||||
|
"yarn": "1.22.17"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue