We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1a6c4 commit b6bbbd6Copy full SHA for b6bbbd6
.github/workflows/ci.yml
@@ -15,19 +15,10 @@ on:
15
branches-ignore: ['all-contributors/**']
16
jobs:
17
validate:
18
- strategy:
19
- matrix:
20
- node: [12, 14, 16]
21
runs-on: ubuntu-latest
22
steps:
23
- name: ⬇️ Checkout repo
24
uses: actions/checkout@v2
25
-
26
- - name: ⎔ Setup node
27
- uses: actions/setup-node@v2
28
- with:
29
- node-version: ${{ matrix.node }}
30
31
- name: 📥 Download deps
32
uses: bahmutov/npm-install@v1
33
with:
@@ -56,12 +47,6 @@ jobs:
56
47
57
48
58
49
59
60
61
62
63
- node-version: 14
64
65
50
66
51
67
52
0 commit comments