From 048b5e39b8444971d78f8d0ca0ed0545b4ac67d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 04:40:31 +0000 Subject: [PATCH] Update actions/setup-node action to v6.4.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d68d8ea..fa28e42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,13 +20,13 @@ jobs: - name: Check out repository uses: actions/checkout@v4.3.1 - name: Setup Node - uses: actions/setup-node@v6.1.0 + uses: actions/setup-node@v6.4.0 with: node-version-file: ".nvmrc" - name: Setup yarn with corepack run: corepack enable && corepack install - name: Setup Node again with yarn cache - uses: actions/setup-node@v6.1.0 + uses: actions/setup-node@v6.4.0 with: node-version-file: ".nvmrc" cache: yarn