From 5996c2f4d9d564f70fe736f7711d4e0d41bc30d2 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 23 Jul 2024 00:28:40 +0200 Subject: [PATCH] Remove test matrix --- .github/workflows/ci.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79f0efc..0d127c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,13 +21,8 @@ jobs: npm run lint:check npm run format:check test: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest needs: test_lint - strategy: - matrix: - node: [ '16', '17' ] - os: [ windows-latest, ubuntu-latest ] - name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4