Skip to content

Commit 74158c7

Browse files
author
Gabriel Schulhof
committed
update CI to currently supported versions
1 parent fe7ff7d commit 74158c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [10.x, 12.x, 13.x]
15+
node-version: [10.x, 12.x, 13.x, 14.x]
1616
operating-system: [ubuntu-latest, windows-latest, macos-latest]
1717

1818
steps:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
node_js:
3-
- "8"
43
- "10"
54
- "12"
65
- "13"
6+
- "14"
77
cache:
88
npm
99
before_install:

0 commit comments

Comments
 (0)