From 179912755dbefca74b7af5898184cb4df292551d Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 30 Jan 2024 13:48:55 +0100 Subject: [PATCH] Update lighthouse plugin This PR releases the changes from https://github.com/netlify/netlify-plugin-lighthouse/pull/612, once that's merged + released. --- site/plugins.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 5e4962b2a..313108df7 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -492,9 +492,13 @@ "name": "Lighthouse", "package": "@netlify/plugin-lighthouse", "repo": "https://github.com/netlify/netlify-plugin-lighthouse", - "version": "5.0.0", + "version": "6.0.0", "compatibility": [ { + "version": "6.0.0" + }, + { + "nodeVersion": "<18.14.0", "version": "5.0.0" }, {