Skip to content

Commit 9410f28

Browse files
committed
Update list of node versions
1 parent 8870e46 commit 9410f28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/make/common.mk

Lines changed: 1 addition & 1 deletion
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 node'
31+
NODE_VERSIONS ?= '0.10 0.12 1 2 3 4 5 6 7 8 9 10 11 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'

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 node)
39+
versions=(0.10 0.12 1 2 3 4 5 6 7 8 9 10 11 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 node)
38+
versions=(0.10 0.12 1 2 3 4 5 6 7 8 9 10 11 node)
3939

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

0 commit comments

Comments
 (0)