From b1a155ac87f0b1c7c29664ab4129731c9cc98b75 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Tue, 3 Oct 2023 16:29:58 +0300 Subject: [PATCH] Update node versions --- .env | 5 ++--- README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.env b/.env index d56c744f2..3b136d119 100644 --- a/.env +++ b/.env @@ -90,9 +90,8 @@ REDIS_TAG=7-4.2.1 ### --- NODE --- -NODE_TAG=18-dev-1.26.0 -#NODE_TAG=16-dev-1.26.0 -#NODE_TAG=14-dev-1.26.0 +NODE_TAG=20-dev-1.26.0 +#NODE_TAG=18-dev-1.26.0 ### --- VARNISH --- diff --git a/README.md b/README.md index 57bb5a4ac..fbb8810f3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The Drupal stack consist of the following containers: | [Redis] | 7, 6, 5 | [wodby/redis] | ✓ | | | [Memcached] | 1 | [wodby/memcached] | | | | [Varnish] | 6.0 | [wodby/varnish] | ✓ | | -| [Node.js] | 18, 16, 14 | [wodby/node] | | | +| [Node.js] | 20, 18 | [wodby/node] | | | | [Drupal node] | 1.0 | [wodby/drupal-node] | | | | [Solr] | 8, 7, 6, 5 | [wodby/solr] | | | | Zookeeper | 3.8 | [zookeeper] | | |