Skip to content

Commit

Permalink
feat(cde): install bun and node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Sep 24, 2023
1 parent 1ea6968 commit f958a4a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"image": "mcr.microsoft.com/devcontainers/go:latest",
"features": {
"ghcr.io/guiyomh/features/golangci-lint:0": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/node:1": {
"version": "20"
},
"ghcr.io/shyim/devcontainers-features/php:0.0.3": {
"version": "8.2"
}
},
"ghcr.io/shyim/devcontainers-features/bun:0": {}
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit f958a4a

Please sign in to comment.