From 44cd37106682beb79e1649ac60da379bc1dbb84c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 16:17:55 +0000 Subject: [PATCH] Update dependency node to v22 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e350f296b..a3e6e71c24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: - name: Install npm uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 - name: Install browser-ui-test run: npm install - name: Run eslint