Skip to content

Commit 4aa9871

Browse files
authored
feat: install node using Corepack instead of Yarn APT to avoid GPG errors (#2)
1 parent cfb7f8f commit 4aa9871

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

devcontainer.json.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
"features": {
4646
"ghcr.io/devcontainers/features/git:1": {},
4747
"ghcr.io/devcontainers/features/github-cli:1": {},
48-
"ghcr.io/devcontainers/features/node:1": {},
48+
"ghcr.io/devcontainers/features/node:1": {
49+
"installYarnUsingApt": false
50+
},
4951
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
5052
},
5153
"hostRequirements": {

0 commit comments

Comments
 (0)