diff --git a/.nvmrc b/.nvmrc index 92f279e..cabf43b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v22 \ No newline at end of file +24 \ No newline at end of file diff --git a/docker-compose-lampy.yml b/docker-compose-lampy.yml index e3fcccb..064e21d 100644 --- a/docker-compose-lampy.yml +++ b/docker-compose-lampy.yml @@ -3,7 +3,7 @@ networks: external: true services: www: - image: node:22.12.0 + image: node:24.11.0 working_dir: /app command: > sh -c "npm install && npm run serve"