🔧(all) pin node to 16.15 for volta user

Volta.js is a tool to manage easily several versions of Node locally.
This tool is able to switch automatically to the right Node version by
parsing package.json of the project. So we run volta pin node@16.15 for
each of cunningham package.
This commit is contained in:
jbpenrath
2023-03-31 16:19:31 +02:00
committed by Jean-Baptiste PENRATH
parent b0c6b88141
commit c3934ce7f2
6 changed files with 26 additions and 3 deletions

View File

@@ -24,6 +24,9 @@
"dependencies": {
"@changesets/cli": "2.26.1"
},
"packageManager": "yarn@1.22.19"
"packageManager": "yarn@1.22.19",
"volta": {
"node": "16.15.1",
"yarn": "1.22.19"
}
}