Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit ca0a130

Browse files
committed
chore: drop support for node 8
BREAKING CHANGE: Drop support for node 8
1 parent 9fbab9a commit ca0a130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ sudo: false
22
language: node_js
33
node_js:
44
- stable
5+
- '12'
56
- '10'
6-
- '8'
77
matrix:
88
fast_finish: true
99
branches:

0 commit comments

Comments
 (0)