Skip to content

Commit cd0ce92

Browse files
chore(deps): update node.js to v24 (#1193)
* chore(deps): update node.js to v24 * update dockerfile to node 24 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lodewiges <jamestreeg@gmail.com>
1 parent 86a93ea commit cd0ce92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.22.0
1+
24.13.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apt-get update -qq && \
2626
&& rm -rf /var/lib/apt/lists/*
2727

2828
# Add Node, required for asset pipeline.
29-
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - && \
29+
RUN curl -sL https://deb.nodesource.com/setup_24.x | bash - && \
3030
apt-get install -y nodejs && \
3131
npm install -q -g yarn
3232

0 commit comments

Comments
 (0)