Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Override installing packages command
By default, this uses npm ci. If we commit a package-lock.json, that may pin transitive library dependencies. Here, we override that behavior to avoid cache issues and using package-lock.json.
- Loading branch information