From 10ae060d48d3c1a356daa662cb288b358843d529 Mon Sep 17 00:00:00 2001 From: Prateek Awasthi Date: Tue, 29 Apr 2025 15:36:56 +0530 Subject: [PATCH] Update lighthouse.js --- .circleci/ci/lighthouse.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/ci/lighthouse.js b/.circleci/ci/lighthouse.js index df493e9024..9cec703008 100644 --- a/.circleci/ci/lighthouse.js +++ b/.circleci/ci/lighthouse.js @@ -14,6 +14,7 @@ * limitations under the License. ******************************************************************************/ + const fs = require('fs'); const ci = new (require('./ci.js'))();