From 4bd61ff8da19c38d9140690cb951a609ae015f77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:09:19 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 80cc8922..ec07eb2e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 - name: Use Node.js 22 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22 cache: 'pnpm'