Skip to content

Commit

Permalink
Merge Use Node.js 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
danjov authored Mar 17, 2023
2 parents 16336d5 + 2a35782 commit 347c053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG REVISION
SHELL ["/bin/bash", "-c"]

# Install missing packages
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get install -y nodejs unzip

# Install latest DocFX release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Folgende Komponenten müssen auf dem Entwicklungsrechner installiert sein:
* Git
* Docker
* Visual Studio 2022 oder Visual Studio Code
* Node.js 16 LTS
* Node.js 18 LTS
* Optional, um die Onlinehilfe zu erstellen:
* [DocFX](https://github.com/dotnet/docfx)

Expand Down

0 comments on commit 347c053

Please sign in to comment.