From 8e048b4ae79dae633107e92029ec18ef95f5da3d Mon Sep 17 00:00:00 2001 From: Fellipe Lamoglia Date: Tue, 2 Jul 2024 20:15:07 -0300 Subject: [PATCH] Configures requirements for sharp library (#5966) Co-authored-by: Fellipe Lamoglia --- .devcontainer/devcontainer.json | 2 +- .yarnrc.yml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a8580531b929..f0bd54d37396 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Node.js & TypeScript", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/typescript-node:0-20", + "image": "mcr.microsoft.com/devcontainers/typescript-node:1.1.0-20", "customizations": { "vscode": { "extensions": [ diff --git a/.yarnrc.yml b/.yarnrc.yml index 31a96a1bfb59..8062a6869a20 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -4,4 +4,15 @@ plugins: - path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs spec: "@yarnpkg/plugin-typescript" +supportedArchitectures: + os: + - darwin + - linux + cpu: + - x64 + - arm64 + libc: + - glibc + - musl + yarnPath: .yarn/releases/yarn-3.4.1.cjs