From fa317bc57469d02bfe9d43e1a7cc71e5ff8cc257 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 07:10:19 +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