When running the command `yarn config set supportedArchitectures.cpu "arm"` the following will format the file incorrectly: ```.yarnrc.yml nodeLinker: node-modules npmAuditRegistry: "https://registry.npmjs.org" supportedArchitectures: cpu: arm yarnPath: .yarn/releases/yarn-4.3.1.cjs ``` The script in yarn-4.3.1.cjs does not format the modules correctly across all systems. Locally and on the github action. . It works when using `yarn-3.6.4.cjs`. 