From de7f9a63fa636b9392b18d4e71033e54fb6a6b4e Mon Sep 17 00:00:00 2001 From: Philipp Fritsche Date: Tue, 9 Aug 2022 15:07:07 +0000 Subject: [PATCH] chore: remove unnecessary CI steps --- .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: