From 37415ec6d185f6f3f685ad8d19cc92661e686148 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:56:02 +0000 Subject: [PATCH] chore(deps) Update dependency node to v18 --- .github/workflows/lighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index a61c8a7b..5afdceb6 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -19,7 +19,7 @@ jobs: - name: setup node uses: actions/setup-node@v6 with: - node-version: '16.x' + node-version: '18.x' - name: install node deps run: npm install - name: node build