From 8d97459131bce79e4e8a88fb115c259772c95ec1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 04:57:50 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70ea0b0..73e932a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,6 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 20 + node-version: 22 - run: npm ci - run: npm test