From e094aec3f08182330f398f6448b5e7badeb440c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20M=C3=B3r=C3=A1sz?= Date: Thu, 12 Oct 2023 15:26:26 +0200 Subject: [PATCH] remove matrix from ci.yml --- .github/workflows/ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e673a0..60a190f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,18 +10,14 @@ jobs: ci: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] - steps: - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} + - name: Setup Node.js 18.x uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node-version }} - + node-version: 18.x + - name: install deps run: | yarn install --frozen-lockfiles