Skip to content

Commit 9e9d15f

Browse files
committed
chore: update list of Node.js versions
1 parent 1ffbb98 commit 9e9d15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 11 12 13 14 15 16 node'
31+
NODE_VERSIONS ?= '0.10 0.12 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 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'

0 commit comments

Comments
 (0)