🔧(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:
committed by
Jean-Baptiste PENRATH
parent
b0c6b88141
commit
c3934ce7f2
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user