Skip to content

Commit

Permalink
Add 16 to the list of supported versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSurgisonGDS committed Nov 2, 2023
1 parent ddc8563 commit 7c6c7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (process.argv.indexOf('--suppress-node-version-warning') === -1 || (process.a
const additionalText = nodeVersionIsTooOldToUse ? '' : ' Some features may not work with your version.'

printLn('\nYou\'re using Node', process.version)
printLn('The GOV.UK Prototype Kit only supports Node v18 and v20.' + additionalText + '\n')
printLn('The GOV.UK Prototype Kit only supports Node v16, v18 and v20.' + additionalText + '\n')
printLn('You can', updateOrDownload, 'Node v20 at https://nodejs.org/en/download\n')

if (nodeVersionIsTooOldToUse) {
Expand Down

0 comments on commit 7c6c7dd

Please sign in to comment.