From 9d68e6a772178952f72d4b68cb943aeaa8a278f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:50:24 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 29a6542..e1521ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 22 @@ -46,7 +46,7 @@ jobs: with: name: artifact-${{ github.run_id }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 22 - run: yarn @@ -80,7 +80,7 @@ jobs: with: name: artifact-${{ github.run_id }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: yarn @@ -110,7 +110,7 @@ jobs: with: name: artifact-${{ github.run_id }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 22