YARN-11528. Lock triple-beam to the version compatible with node.js 12 to avoid compilation error. (#5827). Contributed by Masatake Iwasaki

Reviewed-by: Shilun Fan <slfan1989@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
Masatake Iwasaki 2023-07-11 15:38:09 +09:00 committed by GitHub
parent 37b2d36edd
commit a822a3c70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,9 @@
"shelljs": "^0.2.6",
"apidoc": "0.17.7"
},
"resolutions": {
"triple-beam": "1.3.0"
},
"scripts": {
"prestart": "npm install & mvn clean package",
"pretest": "npm install"