Skip to content

Commit

Permalink
chore: deprecate node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Mar 9, 2019
1 parent 7fb4912 commit ad2e7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

all: v4. v6. v8. v10. v11.
all: v6. v8. v10. v11.

v%:
n $@ && npm test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"zuul": "^3.11.1"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
}
}

0 comments on commit ad2e7d3

Please sign in to comment.