diff options
| author | Till Glöggler <till@gundk.it> | 2025-02-27 19:52:49 +0100 |
|---|---|---|
| committer | Till Glöggler <till@gundk.it> | 2025-02-27 19:52:49 +0100 |
| commit | 8f4b0fc357c84cd6d75d230cd6f40b039a1713b9 (patch) | |
| tree | bb42d21054fc5c5dd4b7f4baa1a6720c02332d13 | |
| parent | c6426fe5a5da8e2de4a229258ccb652febc4cabc (diff) | |
gitlab ci test
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7b7077..c0ee584 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ stages: docs: stage: docs interruptible: true - image: node:22.11.0-alpine3.16 + image: node:22-alpine3.16 script: - apk update && apk --no-cache add git - cd docs |
