Add Volta node config

Fixes #7600
Fixes #7747

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2023-01-08 20:43:25 -06:00
parent 0fb738aa2e
commit bab9b8b36a
1 changed files with 4 additions and 0 deletions

View File

@ -134,5 +134,9 @@
"webpack-cli": "4.9.1",
"webpack-livereload-plugin": "3.0.2",
"worker-loader": "3.0.8"
},
"volta": {
"node": "16.17.0",
"yarn": "1.22.19"
}
}