diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16694ff..9fcc488 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,12 +11,12 @@ jobs: test: name: 'Test & Lint' runs-on: ubuntu-latest + strategy: + matrix: + node-version: ['10.x', '12.x', '14.x', '16.x'] concurrency: - group: test:${{ github.event_name }}:${{ github.ref }} + group: test:${{ github.event_name }}:${{ github.ref }}:node-${{ matrix.node-version }} cancel-in-progress: true - strategy: - matrix: - node-version: ['10.x', '12.x', '14.x', '16.x'] steps: - name: Checkout uses: actions/checkout@v4