build: upgrade yarn to 4.12.0 (#49179)

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com>
This commit is contained in:
trop[bot]
2025-12-10 19:20:43 -08:00
committed by GitHub
parent 8282c07a0f
commit 03121eeaef
5 changed files with 195 additions and 195 deletions

View File

@@ -1,6 +1,6 @@
const path = require('node:path');
exports.YARN_SCRIPT_PATH = path.resolve(__dirname, '..', '.yarn/releases/yarn-4.11.0.cjs');
exports.YARN_SCRIPT_PATH = path.resolve(__dirname, '..', '.yarn/releases/yarn-4.12.0.cjs');
if (require.main === module) {
require(exports.YARN_SCRIPT_PATH);