From 272d014929ad3a9e32c60f395ceb0356c74bab73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:45:41 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fca7b4b..f2e4e0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v4 name: checkout code 📥 - name: setup node 🟢 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "20.20.0" - name: install dependencies 🔧