vue-plotly icon indicating copy to clipboard operation
vue-plotly copied to clipboard

package-lock.json checked in, but CI uses yarn

Open tkallage opened this issue 3 years ago • 0 comments

This package uses a package-lock.json file as its lockfile. The CI pipeline however uses yarn to install the dependencies which does not respect this lockfile. As a result, the CI pipeline is currently failing as yarn uses a newer version of glob that does not support the node version used in the ci image (10).

tkallage avatar Jan 04 '23 19:01 tkallage