From b6bbbd6026dab32a2e10e2165b7c15e99f2f51cb Mon Sep 17 00:00:00 2001 From: Philipp Fritsche Date: Tue, 9 Aug 2022 17:13:05 +0200 Subject: [PATCH] chore: remove unnecessary CI steps (#1030) --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a91811d..1c21cbf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,19 +15,10 @@ on: branches-ignore: ['all-contributors/**'] jobs: validate: - strategy: - matrix: - node: [12, 14, 16] runs-on: ubuntu-latest steps: - name: ⬇️ Checkout repo uses: actions/checkout@v2 - - - name: ⎔ Setup node - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node }} - - name: 📥 Download deps uses: bahmutov/npm-install@v1 with: @@ -56,12 +47,6 @@ jobs: steps: - name: ⬇️ Checkout repo uses: actions/checkout@v2 - - - name: ⎔ Setup node - uses: actions/setup-node@v2 - with: - node-version: 14 - - name: 📥 Download deps uses: bahmutov/npm-install@v1 with: