Skip to content

Commit

Permalink
chore: remove unnecessary CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Aug 9, 2022
1 parent ab1a6c4 commit de7f9a6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit de7f9a6

Please sign in to comment.