Skip to content

Commit

Permalink
Merge pull request #1555 from sanger/dpl-1047-upgrade-to-node-20
Browse files Browse the repository at this point in the history
DPL-1047: Upgrade to Node 20
  • Loading branch information
StephenHulme authored Aug 19, 2024
2 parents 93ff0e0 + 4bc2dd3 commit e6dbcf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.20.4
v20.16.0
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ RUN apt-get install -y build-essential
RUN apt-get install -y curl
RUN apt-get install -y git

# TODO:
# Set Node to install version 16+, a more recent version such as 20 is recommended
# https://github.com/nodesource/distributions
RUN set -uex \
&& NODE_MAJOR=18 \
&& NODE_MAJOR=20 \
&& apt-get update \
&& apt-get install -y ca-certificates curl gnupg \
&& mkdir -p /etc/apt/keyrings \
Expand Down

0 comments on commit e6dbcf0

Please sign in to comment.