From 10c2540a70f7bd012d19bb3ec700605e2f155e00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 01:36:39 +0000 Subject: [PATCH] chore(deps): update node.js to v22.23.2 --- docker-compose-lampy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-lampy.yml b/docker-compose-lampy.yml index ea80b65..f827344 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:22.23.2 working_dir: /app command: > sh -c "npm install -g @quasar/cli && npm install && quasar dev"