Skip to content

Commit

Permalink
update next-intl and node
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbyrne committed May 15, 2024
1 parent c9cc767 commit 878fe97
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 12,025 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN gem install nokogiri
RUN bundle install --jobs 20

ENV NVM_DIR /usr/local/nvm
ENV NODE_VERSION 18.15.0
ENV NODE_VERSION 18.17.0
ENV NODE_OPTIONS=--openssl-legacy-provider
ENV NODE_PATH $NVM_DIR/versions/node/v$NODE_VERSION/lib/node_modules
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
Expand Down
Loading

0 comments on commit 878fe97

Please sign in to comment.