diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-05-24 08:06:41 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-05-24 08:06:41 +0000 |
| commit | f8fdf4bb366d62479826e0e3633adaa9f85637f5 (patch) | |
| tree | ffca946e47295f281d7f2a0d8f2ac9376821cd83 | |
| parent | ad1e0f3c9beded03e2c813089d5d1b45e4656fb6 (diff) | |
update npm in job, fixes #2666
Closes #2666
Merge request studip/studip!1811
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c759951..c758ce3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,6 +123,7 @@ lint-js: interruptible: true before_script: - *mkdir-reports + - npm install -g npm@7 - npm install --no-save --no-audit --no-fund --loglevel=error |
