Skip to content

Commit 1d1d4d3

Browse files
committed
Add Node v7 to list of supported Node versions
1 parent 96307b3 commit 1d1d4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif
1717
endif
1818

1919
# Define supported Node.js versions:
20-
NODE_VERSIONS ?= '0.10 0.12 1 2 3 4 5 6 node'
20+
NODE_VERSIONS ?= '0.10 0.12 1 2 3 4 5 6 7 node'
2121

2222
# Determine the filename:
2323
this_file := $(lastword $(MAKEFILE_LIST))

0 commit comments

Comments
 (0)