Skip to content

Commit e71b8d7

Browse files
committed
Update .travis.yml and appveyor.yml
1 parent 3fbfbcc commit e71b8d7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
language: node_js
1313

1414
node_js:
15-
- "4"
16-
- "6"
17-
- "8"
15+
- "10"
16+
- "12"
17+
- "14"
1818
- "node"
1919

2020
services: postgresql

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# Test against these versions of Node.js.
1414
environment:
1515
matrix:
16-
- nodejs_version: "4"
17-
- nodejs_version: "6"
18-
- nodejs_version: "8"
16+
- nodejs_version: "10"
17+
- nodejs_version: "12"
18+
- nodejs_version: "14"
1919

2020
# Install scripts. (runs after repo cloning)
2121
install:

0 commit comments

Comments
 (0)