nodejs: change default version to 12 (new LTS)

This commit is contained in:
Jérémy Lecour 2020-03-09 13:37:40 +01:00 committed by Jérémy Lecour
parent 61e007d22b
commit ac6414076c
2 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ The **patch** part changes incrementally at each release.
* nagios-nrpe: update check_redis_instances (same as redis role)
* nagios-nrpe: change default haproxy socket path
* nagios-nrpe: check_mode per cpu dynamically
* nodejs: change default version to 12 (new LTS)
* php: By default, allow 128M for OpCache (instead of 64M)
* php: Don't set a chroot for the default fpm pool
* php: Make sure the default pool we define can be fully functionnal witout debian's default pool file

View File

@ -1,3 +1,3 @@
---
nodejs_apt_version: 'node_8.x'
nodejs_apt_version: 'node_12.x'
nodejs_install_yarn: False