Skip to content

Commit 903fa84

Browse files
committed
Update Node.js versions
1 parent ee76231 commit 903fa84

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tools/make/common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif
2828
# GENERAL VARIABLES #
2929

3030
# Define supported Node.js versions:
31-
NODE_VERSIONS ?= '0.10 0.12 1 2 3 4 5 6 7 8 9 10 11 12 13 node'
31+
NODE_VERSIONS ?= '0.10 0.12 1 2 3 4 5 6 7 8 9 10 11 12 13 14 node'
3232

3333
# Define a license SPDX identifier whitelist:
3434
LICENSES_WHITELIST ?= 'Apache-2.0,Artistic-2.0,BSD-2-Clause,BSD-3-Clause,BSL-1.0,CC0-1.0,ISC,MIT,MPL-2.0,Unlicense,WTFPL'
@@ -50,7 +50,7 @@ endif
5050

5151
# ENVIRONMENTS #
5252

53-
# Determine the OS:
53+
# Determine the OS ([1][1], [2][2]).
5454
#
5555
# [1]: https://en.wikipedia.org/wiki/Uname#Examples
5656
# [2]: http://stackoverflow.com/a/27776822/2225624

tools/scripts/node_versions_run_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# VARIABLES #
3737

3838
# Define the Node.js versions:
39-
versions=(0.10 0.12 1 2 3 4 5 6 7 8 9 10 11 12 13 node)
39+
versions=(0.10 0.12 1 2 3 4 5 6 7 8 9 10 11 12 13 14 node)
4040

4141
# Set a flag indicating whether to perform a fresh install of node module dependencies for each Node.js version:
4242
install_deps=false

tools/tests/scripts/test_node_versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
tests=''
3636

3737
# Define the Node.js versions to test:
38-
versions=(0.10 0.12 1 2 3 4 5 6 7 8 9 10 11 12 node)
38+
versions=(0.10 0.12 1 2 3 4 5 6 7 8 9 10 11 12 13 14 node)
3939

4040
# Cache the current Node.js version:
4141
current_version=$(nvm current)

0 commit comments

Comments
 (0)