From dd47a31e1efe8397b4b8f9b49be4ec275883868d Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Fri, 20 Sep 2024 16:55:17 +0200 Subject: [PATCH] EPMRPP-94905 || Check CI run with Node.js 14 only --- .github/workflows/CI-pipeline.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/CI-pipeline.yml b/.github/workflows/CI-pipeline.yml index 465f107..32a0dd2 100644 --- a/.github/workflows/CI-pipeline.yml +++ b/.github/workflows/CI-pipeline.yml @@ -29,9 +29,6 @@ on: jobs: test: runs-on: [ubuntu-latest, windows-latest, macos-latest, macos-13] - strategy: - matrix: - node: [14, 16, 18, 20, 22] steps: - name: Checkout repository uses: actions/checkout@v4 @@ -39,7 +36,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node }} + node-version: 14 - name: Install of node dependencies run: npm install