Skip to content

Commit 32e280b

Browse files
chore(deps): update node.js to v24
1 parent 509689e commit 32e280b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22
1+
24

docker-compose-lampy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ networks:
33
external: true
44
services:
55
www:
6-
image: node:22.20.0
6+
image: node:24.11.1
77
working_dir: /app
88
command: >
99
sh -c "npm install -g @angular/cli && ng serve --host 0.0.0.0 --port 80 --allowed-hosts=true --poll=2000"

0 commit comments

Comments
 (0)