Skip to content

Commit

Permalink
Configures requirements for sharp library (#5966)
Browse files Browse the repository at this point in the history
Co-authored-by: Fellipe Lamoglia <[email protected]>
  • Loading branch information
lamoglia and Fellipe Lamoglia authored Jul 2, 2024
1 parent 70240f9 commit 8e048b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
11 changes: 11 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e048b4

Please sign in to comment.