Skip to content

Commit ddd5a9d

Browse files
committed
Update to use QUnit 2.11 and require Node.js 10 or later
Per <https://github.com/nodejs/Release>, Node 6 and 8 have reached EOL in 2019. The latest QUnit removed support for Node.js 8 and earlier, so to use it node-qunit has to do this as well. Commit package-lock.json to ensure local development and CI behaviour is more deterministic, and slightly faster.
1 parent 897dcdb commit ddd5a9d

File tree

4 files changed

+1413
-6
lines changed

4 files changed

+1413
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3+
- 14
4+
- 12
35
- 10
4-
- 8
5-
- 6

0 commit comments

Comments
 (0)