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

Commit 044ccaf

Browse files
committed
require node 10
1 parent 8d386e2 commit 044ccaf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ before_install:
55
- brew outdated libpng || brew upgrade libpng
66
node_js:
77
- "node"
8-
- "9"
9-
- "8"
8+
- "lts"
9+
- "14"
10+
- "13"
11+
- "12"
12+
- "11"
13+
- "10"

0 commit comments

Comments
 (0)