From 52f094d9374994ef563c0f1a8ad448c56fdf0255 Mon Sep 17 00:00:00 2001 From: Ilya Date: Tue, 12 Mar 2024 13:42:59 +0100 Subject: [PATCH] Update CI-pipeline.yml --- .github/workflows/CI-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-pipeline.yml b/.github/workflows/CI-pipeline.yml index a979f2c..3f16d56 100644 --- a/.github/workflows/CI-pipeline.yml +++ b/.github/workflows/CI-pipeline.yml @@ -28,9 +28,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 - name: Install of node dependencies