From 3459a53de94f2f6f85c3033947825c77f160c671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:59:13 +0000 Subject: [PATCH] chore: update actions/setup-node action to v4 --- .github/workflows/npt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npt.yml b/.github/workflows/npt.yml index 16dca17..a6d8e71 100644 --- a/.github/workflows/npt.yml +++ b/.github/workflows/npt.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: node-version: 14 - name: Install dependencies @@ -28,7 +28,7 @@ jobs: node: [ 10, 12, 14, 16 ] needs: build steps: - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - name: Show configuration