From 0d1e9595d8aa6f212eda5d492fc896e4f21aded0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:10:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/setup-nod?= =?UTF-8?q?e=20action=20to=20v4.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/eslint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yaml b/.github/workflows/eslint.yaml index 256daf8..b240589 100644 --- a/.github/workflows/eslint.yaml +++ b/.github/workflows/eslint.yaml @@ -7,7 +7,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Setup Node.js environment - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 - name: Install dev dependencies run: npm install --only=dev - name: Run eslint