From 53cf2c038e2e9536d819552ebe264f3e6e0d291b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:53:03 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .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 f3393151..4805457a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install node and npm - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: <=21 check-latest: true