From 14a1b5ce7af79241fd21d5a5a67be799e537443c Mon Sep 17 00:00:00 2001 From: Levente Balogh Date: Wed, 31 Jul 2024 15:59:16 +0200 Subject: [PATCH] Chore: update the `.nvmrc` (#4766) # What does this PR do? The `.nvmrc` was still pointing to `18.16` while in the package.json we are declaring `20.x`, this PR is fixing this. --- grafana-plugin/.nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana-plugin/.nvmrc b/grafana-plugin/.nvmrc index 6d80269a..922f10a1 100644 --- a/grafana-plugin/.nvmrc +++ b/grafana-plugin/.nvmrc @@ -1 +1 @@ -18.16.0 +20.x