From 0e2386de81054f0ac9c0e030454d6c7dc9ef93a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 05:42:58 +0000 Subject: [PATCH] Update actions/setup-node action to v4.3.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 79c9e1a..8d417ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,13 +20,13 @@ jobs: - name: Check out repository uses: actions/checkout@v4.2.2 - name: Setup Node - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.3.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@v4.2.0 + uses: actions/setup-node@v4.3.0 with: node-version-file: ".nvmrc" cache: yarn