mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Set min node version in package.json to 16 (#41423)
* Update package.json * Update build-container version * Sign drone * Update developer-guide * kick drone Co-authored-by: dsotirakis <sotirakis.dim@gmail.com> Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com> Co-authored-by: kay delaney <kay@grafana.com>
This commit is contained in:
@@ -20,7 +20,7 @@ We recommend using [Homebrew](https://brew.sh/) for installing any missing depen
|
||||
```
|
||||
brew install git
|
||||
brew install go
|
||||
brew install node@14
|
||||
brew install node@16
|
||||
npm install -g yarn
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user