Skip to content

Commit

Permalink
This adds Node.js 14 and removes Node.js 8 as: (#1793)
Browse files Browse the repository at this point in the history
- it is EOL since December 31, 2019
- AppVeyor is actually failing with Node.js v8
  • Loading branch information
jacargentina committed Apr 30, 2020
1 parent 73ae01f commit 4b571ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sudo: false
language: node_js
node_js:
- "8"
- "10"
- "12"
- "13"
- "14"

before_install:
- travis_retry npm install
Expand All @@ -16,7 +15,7 @@ script:

matrix:
allow_failures:
- node_js: "13"
- node_js: "14"

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ version: "{build}"

environment:
matrix:
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12
- nodejs_version: 14

matrix:
fast_finish: true
Expand Down

0 comments on commit 4b571ba

Please sign in to comment.