From e1cc1e589d19305647714f93fd7392c5d98ff62a Mon Sep 17 00:00:00 2001 From: gRoussac Date: Sun, 15 Dec 2024 01:49:37 +0100 Subject: [PATCH] Update ci --- Makefile | 4 ++-- examples/frontend/angular/package-lock.json | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 7d34cbd0..a53ef9d9 100644 --- a/Makefile +++ b/Makefile @@ -28,11 +28,11 @@ integration-test: cd tests/integration/rust && cargo test -- --test-threads=1 --nocapture start-app: - (cd examples/frontend/angular/ && npm ci && npm run build-proxy-conf && npm start &) && \ + (cd examples/frontend/angular/ && npm install && npm run build-proxy-conf && npm start &) && \ until curl -s -o /dev/null http://localhost:4200; do sleep 5; done run-e2e-tests: - cd tests/e2e && npm ci && npm test + cd tests/e2e && npm install && npm test e2e-test: start-app run-e2e-tests diff --git a/examples/frontend/angular/package-lock.json b/examples/frontend/angular/package-lock.json index 7d30bf6d..b4f4fffe 100644 --- a/examples/frontend/angular/package-lock.json +++ b/examples/frontend/angular/package-lock.json @@ -14096,9 +14096,9 @@ } }, "node_modules/highlight.js": { - "version": "11.10.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", - "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", + "version": "11.11.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.0.tgz", + "integrity": "sha512-6ErL7JlGu2CNFHyRQEuDogOyGPNiqcuWdt4iSSFUPyferNTGlNTPFqeV36Y/XwA4V/TJ8l0sxp6FTnxud/mf8g==", "license": "BSD-3-Clause", "engines": { "node": ">=12.0.0" @@ -19359,9 +19359,9 @@ "license": "MIT" }, "node_modules/rambda": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/rambda/-/rambda-9.4.0.tgz", - "integrity": "sha512-B7y7goUd+g0hNl5ODGUejNNERQL5gD8uANJ5Y5aHly8v0jKesFlwIe7prPfuJxttDpe3otQzHJ4NXMpTmL9ELA==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/rambda/-/rambda-9.4.1.tgz", + "integrity": "sha512-awZe9AzmPI8XqizJz+NlaRbAdjhWKvuIaPikqRH6r41/ui9UTUQY5jTVdgQwnVrv1HnSMB6IBAAnNYs8HoVvZg==", "license": "MIT" }, "node_modules/randombytes": {