Skip to content

Commit 48326af

Browse files
authored
Update Node.js setup to use version 20
1 parent ef3656b commit 48326af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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_18.x | bash - && \
2323
apt-get install -y nodejs && \
2424
npm install -q -g yarn
2525

0 commit comments

Comments
 (0)