Skip to content

Commit a8ff603

Browse files
committed
Node 11 produces '(node:6583) ExperimentalWarning: queueMicrotask() is experimental.' Seems like our Hapi/Lab setup will require some work before getting past 8 for testing.
1 parent da38dfd commit a8ff603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 11
3+
- 8
44
sudo: false
55

66
after_script:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.0",
44
"description": "jsPerf aims to provide an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks",
55
"engines": {
6-
"node": ">= 11.x"
6+
"node": ">= 8.x"
77
},
88
"scripts": {
99
"build": "gulp",

0 commit comments

Comments
 (0)