mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
chore: use default (lts) node version for devcontainer (#8532)
# Which Problems Are Solved Node devcontainer still used node version 18. # How the Problems Are Solved Use default (lts) version to mitigate problems. # Additional Changes None # Additional Context - reference: https://github.com/devcontainers/features/tree/main/src/node Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
This commit is contained in:
parent
5bdf1a4547
commit
abe2502b27
@ -7,9 +7,7 @@
|
||||
"ghcr.io/devcontainers/features/go:1": {
|
||||
"version": "1.22"
|
||||
},
|
||||
"ghcr.io/devcontainers/features/node:1": {
|
||||
"version": "18"
|
||||
},
|
||||
"ghcr.io/devcontainers/features/node:1": {},
|
||||
"ghcr.io/guiyomh/features/golangci-lint:0": {},
|
||||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
||||
"ghcr.io/devcontainers/features/github-cli:1": {},
|
||||
|
Loading…
Reference in New Issue
Block a user