Skip to content

Commit 28038cc

Browse files
valeriocomoastagi
andauthored
chore: fix schematics tests
Co-authored-by: Andrea Stagi <[email protected]>
1 parent 2b13e23 commit 28038cc

File tree

4 files changed

+76
-60
lines changed

4 files changed

+76
-60
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm
1+
FROM mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm
22

33
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
44
&& apt-get -y install --no-install-recommends chromium

.devcontainer/devcontainer.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,21 @@
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
}

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)