File tree Expand file tree Collapse file tree 4 files changed +76
-60
lines changed
Expand file tree Collapse file tree 4 files changed +76
-60
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/javascript-node:1-20 -bookworm
1+ FROM mcr.microsoft.com/devcontainers/javascript-node:1-22 -bookworm
22
33RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
44 && apt-get -y install --no-install-recommends chromium
Original file line number Diff line number Diff line change 3232 },
3333 "features" : {
3434 "ghcr.io/devcontainers-extra/features/angular-cli:2" : {
35- "version" : " 20.0.1 "
35+ "version" : " 20.3.13 "
3636 },
37- "ghcr.io/devcontainers-extra/features/cz-cli:1" : {}
37+ "ghcr.io/devcontainers-extra/features/cz-cli:1" : {
38+ "version" : " latest"
39+ },
40+ "ghcr.io/devcontainers-extra/features/act:1" : {
41+ "version" : " latest"
42+ },
43+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {
44+ "moby" : true ,
45+ "azureDnsAutoDetection" : true ,
46+ "installDockerBuildx" : true ,
47+ "installDockerComposeSwitch" : true ,
48+ "version" : " latest" ,
49+ "dockerDashComposeVersion" : " v2"
50+ }
3851 }
3952}
Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-node@v6
2020 with :
21- node-version : 22
21+ node-version : 22.16.0
2222 - run : npm ci
2323 - run : npm run lint
2424 - run : npm run build
You can’t perform that action at this time.
0 commit comments