grafana / grafana-plugin-examples

189 stars 53 forks source link

CI: Pin node to v16 for integration tests #130

Closed jackw closed 1 year ago

jackw commented 1 year ago

CI is failing right now because ubuntu-latest is using Node 18 & NPM 9 and e2e package is incompatible. This PR pins the version of node used in the integration tests to v16 until we've solved the e2e issue.