We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4cae3 commit 6e3bc32Copy full SHA for 6e3bc32
.travis.yml
@@ -1,8 +1,8 @@
1
language: node_js
2
node_js:
3
- - '4' # LTS
4
- - '6' # LTS
5
- - '7' # Current
+ - '10' # LTS
+ - '12' # LTS
+ - '14' # Current
6
script:
7
- "npm run build"
8
- "npm test"
package.json
@@ -8,6 +8,9 @@
"type": "git",
9
"url": "git+https://github.com/js-reporters/js-reporters.git"
10
},
11
+ "engines": {
12
+ "node": ">=10"
13
+ },
14
"scripts": {
15
"build": "rollup -c",
16
"prepublish": "npm run build",
0 commit comments