From 5f14fd7ed3a92d2fb9324e4b53f28195b347db0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 23:08:43 +0300 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20node=20(20.19.5=20?= =?UTF-8?q?=E2=86=92=2022.20.0)=20(#295)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/setup-test-environment/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-test-environment/action.yml b/.github/actions/setup-test-environment/action.yml index 0e25c75..13d9dde 100644 --- a/.github/actions/setup-test-environment/action.yml +++ b/.github/actions/setup-test-environment/action.yml @@ -33,7 +33,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: '20' + node-version: '22' cache: npm - name: Install Node dependencies