⬆️(global) upgrade node to 20.x

We are currently using version 18 of node but some packages now requires
 at least node 20.x. As this the LTS version, we upgrade your codebase
 to this version.
This commit is contained in:
jbpenrath
2024-07-29 08:58:24 +02:00
committed by Jean-Baptiste PENRATH
parent 537dbc7fdd
commit 06d32d9af6
8 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ version: "3.5"
services:
node:
image: node:18.18
image: node:20.16
working_dir: /app
user: "${DOCKER_USER:-1000}"
ports: