Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit b7c8b9f

Browse files
committedMay 3, 2018
fix(platform): drop node 4 and 7, add 9 and 10
BREAKING CHANGE: node@4 and node@7 are no longer supported.
1 parent cf6437c commit b7c8b9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
sudo: false
33
node_js:
4+
- "10"
5+
- "9"
46
- "8"
5-
- "7"
67
- "6"
7-
- "4"
88
cache:
99
directories:
1010
- $HOME/.npm

‎appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
environment:
22
matrix:
3+
- nodejs_version: "10"
4+
- nodejs_version: "9"
35
- nodejs_version: "8"
4-
- nodejs_version: "7"
56
- nodejs_version: "6"
6-
- nodejs_version: "4"
77

88
platform:
99
- x64

0 commit comments

Comments
 (0)
This repository has been archived.