diff --git a/content/docs/command-reference/exp/init.md b/content/docs/command-reference/exp/init.md index f674eccbdc..02184b6ce3 100644 --- a/content/docs/command-reference/exp/init.md +++ b/content/docs/command-reference/exp/init.md @@ -33,7 +33,7 @@ which uses [dvclive](/doc/dvclive) to monitor and checkpoint progress during training of machine learning models. This command is intended to be a quick way to start running experiments. To -create more complex stages and pipeliens, use `dvc stage add`. +create more complex stages and pipelines, use `dvc stage add`. > 📖 More context in [Experiments Overview]. diff --git a/content/docs/user-guide/contributing/docs.md b/content/docs/user-guide/contributing/docs.md index 2e57512bb9..741939fb7f 100644 --- a/content/docs/user-guide/contributing/docs.md +++ b/content/docs/user-guide/contributing/docs.md @@ -57,7 +57,7 @@ the website engine itself. Source code and content files need to be properly formatted and linted as well, which is also ensured by the full setup below. Make sure you have [Python](https://www.python.org/downloads/) 3.7+, a recent -LTS version of [Node.js](https://nodejs.org/en/) (`>=12.0.0`, `<=15.x`), and +LTS version of [Node.js](https://nodejs.org/en/) (`>=14.0.0`, `<=16.x`), and install [Yarn](https://yarnpkg.com/): > In Windows, you may need to install [Visual Studio Build Tools], and the diff --git a/package.json b/package.json index 286d7ac591..0ef169adb0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/iterative/dvc.org#readme", "engines": { - "node": "<=16.x" + "node": ">=14.x <=16.x" }, "dependencies": { "@hapi/wreck": "^17.0.0", diff --git a/src/components/DownloadButton/index.tsx b/src/components/DownloadButton/index.tsx index 1d6a2d6385..f88c6df4cb 100644 --- a/src/components/DownloadButton/index.tsx +++ b/src/components/DownloadButton/index.tsx @@ -9,7 +9,7 @@ import { logEvent } from '../../utils/front/ga' import * as styles from './styles.module.css' -const VERSION = `2.8.3` +const VERSION = `2.9.1` enum OS { UNKNOWN = '...',