Skip to content

Update lighthouse docker image

Paulina Sedlak-Jakubowska requested to merge psj-fix-alighthouse into master

The lighthouse job is repeatedly failing. The final comment says due to a too long execution, but I spotted this warning:

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'lighthouse@11.4.0',
npm WARN EBADENGINE   required: { node: '>=18.16' },
npm WARN EBADENGINE   current: { node: 'v16.18.1', npm: '8.19.2' }
npm WARN EBADENGINE }

and after browsing old MRs I ran across this fix: !765 (merged)

I copied the image from here: https://hub.docker.com/r/cypress/browsers/tags

Edited by Paulina Sedlak-Jakubowska

Merge request reports