Commit f046a98
committed
⬆️ Run build against modern Node.js versions
Node.js 8 has been [end-of-lifed][1]. This change bumps our version of
`mocha` so that we can run the build against newer versions of Node.js.
The change of `mocha` syntax is because the `compilers` option was
[deprecated][2].
[1]: https://nodejs.org/en/about/releases/
[2]: https://github.com/mochajs/mocha/wiki/compilers-deprecation1 parent 9df44f0 commit f046a98
4 files changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
This file was deleted.
0 commit comments