docs: update nodejs required version (#71469)

* docs: update nodejs required version

* docs: update nodejs version in plugin tutorials

* docs: update to LTS guidance
This commit is contained in:
David Harris 2023-07-12 16:40:52 +01:00 committed by GitHub
parent adc7f65453
commit 3a45f02ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ In this tutorial, you'll:
- Grafana 7.0
- Go ([Version](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/templates/backend/go.mod#L3))
- [Mage](https://magefile.org/)
- NodeJS ([Version](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/templates/common/package.json#L66))
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js
- yarn
{{% /class %}}

View File

@ -25,7 +25,7 @@ In this tutorial, you'll:
### Prerequisites
- Grafana >=7.0
- NodeJS >=14
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js
- yarn
{{% /class %}}

View File

@ -28,7 +28,7 @@ In this tutorial, you'll:
### Prerequisites
- Grafana 7.0
- NodeJS 12.x
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js
- yarn
{{% /class %}}

View File

@ -23,7 +23,7 @@ For more information about panels, refer to the documentation on [Panels](/docs/
### Prerequisites
- Grafana >=7.0
- NodeJS >=14
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js
- yarn
{{% /class %}}

View File

@ -22,7 +22,7 @@ Data source and panel plugins will show up like normal plugins. The app pages wi
### Prerequisites
- Grafana 7.0
- NodeJS 12.x
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js
- yarn
{{% /class %}}