David-Desmaisons / vue-plotly

📈 vue wrapper for plotly.js
https://david-desmaisons.github.io/vue-plotly/
MIT License
255 stars 74 forks source link

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

Open tkallage opened 1 year ago

tkallage commented 1 year ago

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).