We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26f7853 + 4c89dab commit 6b3ec8bCopy full SHA for 6b3ec8b
3 files changed
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- uses: actions/setup-node@v4
24
with:
25
- node-version: "24"
+ node-version: "22"
26
cache: "npm"
27
28
- name: Install dependencies
.github/workflows/verify_build.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
docker-compose.yml
@@ -28,7 +28,7 @@ services:
- "traefik.http.routers.${COMPOSE_PROJECT_NAME:?}.rule=Host(`${COMPOSE_DOMAIN:?}`)"
29
30
node:
31
- image: node:24-alpine
+ image: node:22-alpine
32
command: sh -c "npm install && npx vitepress dev docs --host 0.0.0.0"
33
working_dir: /app
34
networks:
0 commit comments