From d38f634053a48c8b9b8042fe361d2c0ef7171803 Mon Sep 17 00:00:00 2001 From: Stepan Kuzmin Date: Mon, 24 Jun 2024 17:53:53 +0300 Subject: [PATCH] drop matrix --- .github/workflows/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 248bf8737..8b283f417 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,17 +10,13 @@ jobs: test: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [20.x] - steps: - uses: actions/checkout@v4 - - name: Use Node.js ${{ matrix.node-version }} + - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: 20.x cache: 'yarn' - run: yarn --frozen-lockfile