get back npm install in gitlab-ci.yml I believe we actually need this and that line 11 installs that certain npm version while this line installs everything else we need. Without pipeline crashes.

This commit is contained in:
wunderfisch
2024-02-06 21:23:48 +01:00
parent 3e52275a9f
commit a74b5d58e8
+1
View File
@@ -9,6 +9,7 @@ cache:
test_async:
script:
- npm install npm@7.0.1 -g
- npm install
- npm test
variables: