Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Nodejs LTS repo update #558

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/content/en/docs/Getting started/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Running Amazon Genomics CLI on Windows has not been tested, but it should run in
* Install node.js

```
curl -fsSL https://deb.nodesource.com/setup_15.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
```

Expand Down