Created
March 24, 2026 17:11
-
-
Save stephenh/800c34d3cf14737ffda65b23a07c79a5 to your computer and use it in GitHub Desktop.
.yarnrc.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| compressionLevel: mixed | |
| enableGlobalCache: false | |
| nodeLinker: node-modules | |
| npmAuthToken: "${NPM_TOKEN-}" | |
| plugins: | |
| - checksum: dfdf672506546b93e5bd2b984395db98fec7bb0024bb170de3c57e5569447e52bc8e256a447e16d5fdf240072ac2d5507bb9bb4c237a6f882a706b7aa4637412 | |
| path: .yarn/plugins/@yarnpkg/plugin-engines.cjs | |
| spec: "https://raw.githubusercontent.com/blimmer/yarn-plugin-engines/disable-for-dependabot/bundles/%40yarnpkg/plugin-engines.js" | |
| - checksum: c43fb18b0cc042871a14ddc76ec78d35b4bc6896ec1d2b75d137cfc6b6b3e2a83fe6cb8b1d2657700b460e81d843b8dc33c5330db1cce2cffe2d91ce0442eb14 | |
| path: .yarn/plugins/@yarnpkg/plugin-dedupe.cjs | |
| spec: "https://github.com/blimmer/yarn-plugin-dedupe/releases/download/v1.0.0/plugin-dedupe.js" | |
| supportedArchitectures: | |
| cpu: | |
| - current | |
| - x64 | |
| - arm64 | |
| libc: | |
| - current | |
| - glibc | |
| os: | |
| - current | |
| - linux | |
| yarnPath: .yarn/releases/yarn-4.12.0.cjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment