Skip to content

Commit fd206cf

Browse files
committed
Add NODE_VERSIONS environment variable
1 parent 2aeace8 commit fd206cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ else
1414
CI_SERVICE ?= none
1515
endif
1616

17+
# Define supported Node.js versions:
18+
NODE_VERSIONS ?= '0.10 0.12 1 2 3 4 5 6 node'
19+
1720
# Determine the filename:
1821
this_file := $(lastword $(MAKEFILE_LIST))
1922

0 commit comments

Comments
 (0)