Update nodejs version

This commit is contained in:
Benjamin Gaudé 2023-01-03 11:03:26 +01:00
parent 4f8167a4ef
commit 84759ef783
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ Un exemple d'appel à l'API est disponible dans le fichier [`misc/powow.http`](.
- Go 1.13
- modd
- make
- NodeJS/npm
- NodeJS (18.x) / npm
### Compiler et démarrer le serveur de développement

View File

@ -7,7 +7,7 @@ ARG https_proxy=
RUN apt-get update && apt-get install -y build-essential git bash curl python2
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get install -y nodejs
COPY . /src