Skip to content

Commit e4ec396

Browse files
chore(deps): update node.js to v20 (#1109)
* chore(deps): update node.js to v24 * Update .nvmrc * also update dockerfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lodewiges <[email protected]> Co-authored-by: Lodewiges <[email protected]>
1 parent add869c commit e4ec396

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-
18.20.8
1+
20.19.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update -qq && \
1919
libyaml-dev
2020

2121
# Add Node, required for asset pipeline.
22-
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
22+
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
2323
apt-get install -y nodejs && \
2424
npm install -q -g yarn
2525

0 commit comments

Comments
 (0)