From c0cd81f94d82b5534b5e3556e333cf90add6d268 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:14:17 +0000 Subject: [PATCH] Update actions/setup-node action to v5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03c17a3..7726260 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup NodeJS - uses: actions/setup-node@v2 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node }} - run: npm install