Skip to content

Commit 86d2543

Browse files
authored
Dev container: use node 22, don't install via apt (#8226)
1 parent 4fc1741 commit 86d2543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"version": "latest"
1515
},
1616
"ghcr.io/devcontainers/features/node:1": {
17-
"version": "20"
17+
"version": "22",
18+
"installYarnUsingApt": false
1819
}
1920
},
2021
"customizations": {

0 commit comments

Comments
 (0)