From 293448feab55ae3cbba2ad787409160c5c36165e Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Tue, 20 Sep 2022 18:41:44 -0700 Subject: [PATCH] Use Node.js 14 in installation examples 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 --- README.md | 2 +- docs/introduction/install.md | 2 +- docs/narratives/create-pdf.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcb0011f3..d40692ef0 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/docs/introduction/install.md b/docs/introduction/install.md index dd7f0dc31..1bf971058 100644 --- a/docs/introduction/install.md +++ b/docs/introduction/install.md @@ -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 ``` diff --git a/docs/narratives/create-pdf.md b/docs/narratives/create-pdf.md index 8abcc6047..039028106 100644 --- a/docs/narratives/create-pdf.md +++ b/docs/narratives/create-pdf.md @@ -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: