From 481f9015d6e195ec332281e24c858d2f674fa370 Mon Sep 17 00:00:00 2001 From: CianciarusoCataldo Date: Sun, 15 Oct 2023 18:12:58 +0200 Subject: [PATCH] fix --- .github/workflows/mobrix-ui.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mobrix-ui.yml b/.github/workflows/mobrix-ui.yml index 2bfbe1d2..eb26de38 100644 --- a/.github/workflows/mobrix-ui.yml +++ b/.github/workflows/mobrix-ui.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x, 16.x, 17.x, 18.x] + node-version: [16.x, 17.x, 18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x, 16.x, 17.x, 18.x] + node-version: [16.x, 17.x, 18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}