Skip to content

Commit

Permalink
Update node version in docs (#2148)
Browse files Browse the repository at this point in the history
Since we use methods like .flat() a ^11.0.0 version is required. Docker image currently uses 12, so the version in the docs is being updated to match.
  • Loading branch information
antgamdia committed Nov 5, 2020
1 parent 664b919 commit 1ddce97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The dashboard is the main UI component of the Kubeapps project. Written in Javas
## Prerequisites

- [Git](https://git-scm.com/)
- [Node 8.x](https://nodejs.org/)
- [Node 12.x](https://nodejs.org/)
- [Yarn](https://yarnpkg.com)
- [Kubernetes cluster (v1.8+)](https://kubernetes.io/docs/setup/)
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
Expand Down

0 comments on commit 1ddce97

Please sign in to comment.