Skip to content

Commit 21de84a

Browse files
authored
build: update to node 24 (#204)
1 parent 83129fd commit 21de84a

5 files changed

Lines changed: 1234 additions & 521 deletions

File tree

.nvmrc

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN composer install \
3434
--no-dev \
3535
--prefer-dist
3636

37-
FROM node:20-alpine AS assets
37+
FROM node:24-alpine AS assets
3838

3939
WORKDIR /build
4040

0 commit comments

Comments
 (0)