From de07f339c44c5132f2f8124b53c83d8bd8122a43 Mon Sep 17 00:00:00 2001 From: elraro Date: Wed, 31 Jan 2024 00:24:04 +0100 Subject: [PATCH] chore: ci action format --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 370a3f82..ead1c4e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,11 @@ on: jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - node-version: 20.10.0 steps: - name: Checkout uses: actions/checkout@v4 with: - node-version: ${{ matrix.node-version }} + node-version: 20.10.0 - name: Build run: npm ci - name: Generate OpenAPI Docs