Skip to content

Commit

Permalink
Use Node.js 14 in installation examples
Browse files Browse the repository at this point in the history
Node.js 12 has reached end-of-life status [1], and Auspice supports
Node.js 14.

[1]: https://github.com/nodejs/Release#end-of-life-releases
  • Loading branch information
victorlin committed Sep 21, 2022
1 parent 52ce9f9 commit 293448f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We recommend using a conda environment, but this is not the only way.
Create and activate a [conda](https://docs.conda.io) environment:

```bash
conda create --name auspice nodejs=12
conda create --name auspice nodejs=14
conda activate auspice
```

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can also use the Windows Subsystem Linux for a fuller Linux environment.

## Create a Conda Environment
```bash
conda create --name auspice nodejs=12
conda create --name auspice nodejs=14
conda activate auspice
```

Expand Down
2 changes: 1 addition & 1 deletion docs/narratives/create-pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you've followed the [auspice install instructions](https://docs.nextstrain.or
If not, you can create the necessary conda environment via:

```bash
conda create --name auspice nodejs=12
conda create --name auspice nodejs=14
```

Install Decktape via:
Expand Down

0 comments on commit 293448f

Please sign in to comment.