From 9265d5b257ac361227d1e25783eff14f0998d59d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 06:32:15 +0000 Subject: [PATCH] Update actions/setup-node action to v4.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 9315bc4..e81490f 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.3.0 + uses: actions/setup-node@v4.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@v4.3.0 + uses: actions/setup-node@v4.4.0 with: node-version-file: ".nvmrc" cache: yarn