Skip to content

Commit

Permalink
Upgrade the node version v20
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-s-ccs committed Oct 16, 2023
1 parent 4db1ded commit 78c0242
Show file tree
Hide file tree
Showing 3 changed files with 2,132 additions and 1,891 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ruby:3.2.1

WORKDIR /app

RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
apt-get update && \
apt-get install -y nodejs && \
npm install -g [email protected]
Expand Down
Loading

0 comments on commit 78c0242

Please sign in to comment.