From c48a78579fd2427ef7841ca0254e6f55ce73e744 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:00:57 +0000 Subject: [PATCH] chore(deps): update node.js to v22.22.1 --- 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..4cacedc 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.22.1 working_dir: /app command: > sh -c "npm install -g @quasar/cli && npm install && quasar dev"