Skip to content

Commit 656f5a2

Browse files
chore(deps): update node.js to v22 (#1139)
* chore(deps): update node.js to v24 * change nvm version to 22 * update dockerfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lodewiges <jamestreeg@gmail.com>
1 parent 6cea308 commit 656f5a2

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-
20.19.6
1+
22.21.1

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_20.x | bash - && \
22+
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - && \
2323
apt-get install -y nodejs && \
2424
npm install -q -g yarn
2525

0 commit comments

Comments
 (0)