Skip to content

Commit 90ab7f2

Browse files
committed
add node14 targets to CI
1 parent a7b0011 commit 90ab7f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
node-version: [6.x, 8.x, 10.x, 12.x]
10+
node-version: [6.x, 8.x, 10.x, 12.x, 14.x]
1111
os: [ubuntu-latest, windows-latest, macOS-latest]
1212

1313
runs-on: ${{ matrix.os }}

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
- windows
66

77
node_js:
8+
- 14
89
- 12
910
- 10
1011
- 8

0 commit comments

Comments
 (0)