diff --git a/grafana-image-renderer.yaml b/grafana-image-renderer.yaml index 85f1e98..e1f100e 100644 --- a/grafana-image-renderer.yaml +++ b/grafana-image-renderer.yaml @@ -33,11 +33,8 @@ pipeline: expected-commit: 61d808662b646f9fd1ec322ada2cb7acc20f706a - runs: | - # Bump CVE-2024-21538 - yarn add cross-spawn@^7.0.5 - yarn upgrade + yarn install yarn build - yarn install --production # Node module installs multi-arch libraries, this deletes them scanelf -R -n . | awk '/aarch64/ {print $NF}' | xargs rm -rf