eng - add build version of node.js to .yarnrc (#185302)

* eng - add build version of node.js to `.yarnrc`

* 🆙 distro
This commit is contained in:
Benjamin Pasero
2023-06-16 09:10:24 +02:00
committed by GitHub
parent 0e9c2fa760
commit 518a183762
4 changed files with 14 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
disturl "http://nodejs.org/dist"
target "16.17.1"
ms_build_id "20230714"
runtime "node"
build_from_source "true"