chore: Update EOL NodeJS to 20.19.2 (#1638)

This commit is contained in:
gp
2025-05-29 08:03:28 -04:00
committed by GitHub
parent b2c02427c9
commit 31ed5daa68
5 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ COPY resources/nginx-entrypoint.sh /usr/local/bin/nginx-entrypoint.sh
ARG WKHTMLTOPDF_VERSION=0.12.6.1-3
ARG WKHTMLTOPDF_DISTRO=bookworm
ARG NODE_VERSION=18.18.2
ARG NODE_VERSION=20.19.2
ENV NVM_DIR=/home/frappe/.nvm
ENV PATH=${NVM_DIR}/versions/node/v${NODE_VERSION}/bin/:${PATH}