tenthe opened a new issue, #4879: URL: https://github.com/apache/streampipes/issues/4879
### Body ## Goal Use `npm ci` for reproducible dependency installation in GitHub Actions. ## Description Several workflows use `npm install`, and the Cypress workflow previously deleted `package-lock.json`, causing npm to resolve dependencies again and fail. Update applicable CI installation steps to use the committed lockfile through `npm ci`. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
