Skip to content

Commit

Permalink
require node 16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkim-det committed Apr 21, 2022
1 parent c924ce5 commit 18c6bb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ git clone git@github.com:determined-ai/determined.git

- Go (>= 1.18)
- Python (>= 3.6, <= 3.9)
- Node (>= 16.14.2)
- Node (>= 16.13)
- NPM (>= 8)
- Docker (>= 19.03)
- Helm (>= 3.0.0)
Expand Down
4 changes: 2 additions & 2 deletions webui/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webui/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=16.14.2",
"node": ">=16.13",
"npm": ">=8.0.0"
},
"scripts": {
Expand Down

0 comments on commit 18c6bb5

Please sign in to comment.