Skip to content

Commit

Permalink
[BREAKING CHANGE] Build: Drop Node 8 and older, require Node 10+
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Sep 7, 2020
1 parent 5a4cae3 commit 6e3bc32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- '4' # LTS
- '6' # LTS
- '7' # Current
- '10' # LTS
- '12' # LTS
- '14' # Current
script:
- "npm run build"
- "npm test"
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"type": "git",
"url": "git+https://github.com/js-reporters/js-reporters.git"
},
"engines": {
"node": ">=10"
},
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build",
Expand Down

0 comments on commit 6e3bc32

Please sign in to comment.