Skip to content

Commit d94b42a

Browse files
nicomiguelinoclaude
andcommitted
chore(docker): downgrade Node.js from 22 to 20
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bd28964 commit d94b42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/nodejs-install.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ RUN apt-get update && \
88
apt-get -y install \
99
curl \
1010
ca-certificates && \
11-
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
11+
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
1212
apt-get -y install nodejs
1313
{% endif %}

0 commit comments

Comments
 (0)