diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-23 08:14:07 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-23 08:14:07 +0000 |
| commit | 29480ece7c81b06c03ff4daeeb7f6795bc5cb3e9 (patch) | |
| tree | 8c18568ee3650e7c359e55c740a863d0705eaa63 /.gitlab-ci.yml | |
| parent | 07c2b191e84290da37de9c70fecc1c1e7501c9ce (diff) | |
use version 5.1.0 of eslint-formatter-gitlab for branches 5.4 and 5.3, fixes #5523
Merge request studip/studip!4146
Diffstat (limited to '.gitlab-ci.yml')
| -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 9ab388c..10b1071 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,7 +133,7 @@ lint-js: - npm install --no-save --no-audit --no-fund --loglevel=error - eslint eslint-formatter-gitlab + eslint eslint-formatter-gitlab@5.1.0 script: - npx eslint --ext .js,.vue |
