Skip to content

Commit b6bbbd6

Browse files
authored
chore: remove unnecessary CI steps (#1030)
1 parent ab1a6c4 commit b6bbbd6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,10 @@ on:
1515
branches-ignore: ['all-contributors/**']
1616
jobs:
1717
validate:
18-
strategy:
19-
matrix:
20-
node: [12, 14, 16]
2118
runs-on: ubuntu-latest
2219
steps:
2320
- name: ⬇️ Checkout repo
2421
uses: actions/checkout@v2
25-
26-
- name: ⎔ Setup node
27-
uses: actions/setup-node@v2
28-
with:
29-
node-version: ${{ matrix.node }}
30-
3122
- name: 📥 Download deps
3223
uses: bahmutov/npm-install@v1
3324
with:
@@ -56,12 +47,6 @@ jobs:
5647
steps:
5748
- name: ⬇️ Checkout repo
5849
uses: actions/checkout@v2
59-
60-
- name: ⎔ Setup node
61-
uses: actions/setup-node@v2
62-
with:
63-
node-version: 14
64-
6550
- name: 📥 Download deps
6651
uses: bahmutov/npm-install@v1
6752
with:

0 commit comments

Comments
 (0)