diff --git a/.yarnrc.yml b/.yarnrc.yml index 3186f3f..1ecfbcd 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1 +1,14 @@ nodeLinker: node-modules +supportedArchitectures: + os: + - 'darwin' + - 'linux' + - 'win32' + cpu: + - 'x64' + - 'x86' + - 'arm' + - 'ia32' + libc: + - 'glibc' + - 'musl'