nodejs: default to version 16 LTS

This commit is contained in:
Jérémy Lecour 2021-12-31 08:58:39 +01:00 committed by Jérémy Lecour
parent bd39adaf68
commit ca1f465aaa
2 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* mongodb: Deny the install on Debian 11 « Bullseye » when the version is unsupported
* mongodb: Support version 5.0 (for buster)
* mongodb: Allow to specify a mongodb version for buster & bullseye
* nodejs: default to version 16 LTS
### Fixed

View File

@ -1,3 +1,6 @@
---
nodejs_apt_version: 'node_12.x'
# https://nodejs.org/en/about/releases/
nodejs_apt_version: 'node_16.x'
nodejs_install_yarn: False