mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +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": {
|
"ghcr.io/devcontainers/features/go:1": {
|
||||||
"version": "1.22"
|
"version": "1.22"
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers/features/node:1": {
|
"ghcr.io/devcontainers/features/node:1": {},
|
||||||
"version": "18"
|
|
||||||
},
|
|
||||||
"ghcr.io/guiyomh/features/golangci-lint:0": {},
|
"ghcr.io/guiyomh/features/golangci-lint:0": {},
|
||||||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
||||||
"ghcr.io/devcontainers/features/github-cli:1": {},
|
"ghcr.io/devcontainers/features/github-cli:1": {},
|
||||||
@ -21,4 +19,4 @@
|
|||||||
8080
|
8080
|
||||||
],
|
],
|
||||||
"onCreateCommand": "npm install -g sass@1.64.1"
|
"onCreateCommand": "npm install -g sass@1.64.1"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user