Skip to content

Commit 9850bc1

Browse files
authored
Remove node matrix from CI (#269)
1 parent 3f31151 commit 9850bc1

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,12 @@ jobs:
99
test:
1010
name: Run tests
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
node:
15-
- 8
16-
- 10
17-
- 12
1812
steps:
1913
- name: Fetch code
2014
uses: actions/checkout@v2
2115
with:
2216
fetch-depth: 1
2317

24-
- name: Setup node
25-
uses: actions/setup-node@v1
26-
with:
27-
node-version: ${{ matrix.node }}
28-
2918
- name: Restore node_modules cache
3019
uses: actions/cache@v1
3120
with:

0 commit comments

Comments
 (0)