Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit ed955e5

Browse files
simonuaqiyigg
authored andcommitted
fix(travisCI): Update Node versions (#4847)
* Update Node versions . #4846 * Update natives to 1.1.3 Removes Node 10 issue: gulpjs/gulp#2162 (comment)
1 parent 3702a70 commit ed955e5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: node_js
22
sudo: false
33
node_js:
44
- "6"
5-
- "7"
5+
- "8"
6+
- "10"
67

78
env:
89
global:

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)