Dx: Add check for node version before yarn start (#108144)

* Dx: Add check for node version before yarn start

* .

* add IGNORE_NODE_VERSION_CHECK env var

* Update scripts/check-frontend-dev.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* add check if nvmrc file exists

* fix lint

* codeowners

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Josh Hunt
2025-07-17 10:23:49 +01:00
committed by GitHub
co-authored by Copilot
parent 54d6140e6d
commit d4fc2399d0
3 changed files with 51 additions and 1 deletions
+1
View File
@@ -627,6 +627,7 @@ playwright.storybook.config.ts @grafana/grafana-frontend-platform
/scripts/cli/ @grafana/grafana-frontend-platform
/scripts/clean-git-or-error.sh @grafana/grafana-as-code
/scripts/grafana-server/ @grafana/grafana-frontend-platform
/scripts/check-frontend-dev.sh @grafana/grafana-frontend-platform
/scripts/helpers/ @grafana/grafana-developer-enablement-squad
/scripts/import_many_dashboards.sh @torkelo
/scripts/mixin-check.sh @bergquist