From 75578ca181983e4e9d10b7e081d3ec5ad065d333 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 12:00:58 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .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 fbd55114d0..56be55b8a4 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js 20.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x # Build needs around 400 seconds on Netlify. # We can not rely on "Waiting for 200", since the user # might push another commit to an existing PR, meaning