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

Commit 150a3c6

Browse files
author
Lars-Magnus Skog
committed
remove node 4 🔥
1 parent f80d1b7 commit 150a3c6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- 10
5-
- 9
6-
- 8
74
- 6
8-
- 4
5+
- 8
6+
- 9
7+
- 10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"license": "MIT",
4141
"engines": {
42-
"node": ">=4"
42+
"node": ">=6"
4343
},
4444
"devDependencies": {
4545
"standard": "^11.0.0",

0 commit comments

Comments
 (0)