Skip to content

Commit

Permalink
Upgrade to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamineskola committed Feb 9, 2024
1 parent df68b0a commit 1f6d3b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
20.11.0
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV LANG=en_US.UTF-8
RUN locale-gen

# Install NodeJS
ARG NODE_VERSION=18.16.1
ARG NODE_VERSION=20.11.0
ARG YARN_VERSION=1.22.19
ENV PATH=/usr/local/node/bin:$PATH
RUN bash -c "curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz -C /tmp/ && \
Expand Down
2 changes: 1 addition & 1 deletion docker/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN bash -c "echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg ma
apt-get install -y --no-install-recommends postgresql-client-14"

# Install NodeJS
ARG NODE_VERSION=18.16.1
ARG NODE_VERSION=20.11.0
ARG YARN_VERSION=1.22.19
ARG SWAGGER_CLI_VERSION=4.0.4
ENV PATH=/usr/local/node/bin:$PATH
Expand Down

0 comments on commit 1f6d3b5

Please sign in to comment.