Skip to content

Commit

Permalink
Merge branch 'master' into exp/dvc-exps-page
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Dec 10, 2021
2 parents 12f8797 + 0b94a71 commit ad652a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/docs/command-reference/exp/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-guide/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/components/DownloadButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '...',
Expand Down

0 comments on commit ad652a6

Please sign in to comment.