Resolve "Improve Frontend CI Pipeline by changing to npm ci"
Related issues
Improve Frontend CI Pipeline by changing to npm ci
Acceptance criteria
-
Implemented code changes don't diverge from the related issue. -
Documentation reflects the status quo after merge. -
Only released versions of dependencies are used (i.e. no snapshot versions). -
Pipeline still works. -
GitLab issue is up-to-date.
Proposed squash commit message
Improve Frontend CI Pipeline by changing to npm ci
- Exchange npm install with npm ci as this is the prefered commando for ci environments.