Commit 0b360b7
committed
ci: fix Babel 8 and Node.js 6 jobs
- Target ie11 in the Gruntfile so the fixture is transpiled regardless of
preset-env's default targets, which differ between Babel 7 and 8 (Babel 8
no longer lowers `class` by default, breaking the test assertion).
- Install with --ignore-engines so eslint's newer Node.js requirement does
not abort dependency installation on Node.js 6 (eslint runs in its own job).
- Fix the matrix exclude to skip Node.js 6 + Babel 8 (Babel 8 needs Node 20+).1 parent ca36166 commit 0b360b7
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments