Skip to content

Commit 4b571ba

Browse files
authored
This adds Node.js 14 and removes Node.js 8 as: (#1793)
- it is EOL since December 31, 2019 - AppVeyor is actually failing with Node.js v8
1 parent 73ae01f commit 4b571ba

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "8"
54
- "10"
65
- "12"
7-
- "13"
6+
- "14"
87

98
before_install:
109
- travis_retry npm install
@@ -16,7 +15,7 @@ script:
1615

1716
matrix:
1817
allow_failures:
19-
- node_js: "13"
18+
- node_js: "14"
2019

2120
notifications:
2221
email:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ version: "{build}"
22

33
environment:
44
matrix:
5-
- nodejs_version: 8
65
- nodejs_version: 10
76
- nodejs_version: 12
7+
- nodejs_version: 14
88

99
matrix:
1010
fast_finish: true

0 commit comments

Comments
 (0)