From 82892172b20cd4b38e4b66e406792b3ce460041b Mon Sep 17 00:00:00 2001 From: JabLuszko Date: Sat, 18 Jan 2025 11:15:02 +0100 Subject: [PATCH 1/2] Update req versions --- pages/docs/setup/standard.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/setup/standard.mdx b/pages/docs/setup/standard.mdx index 9075fc3..6a449f9 100644 --- a/pages/docs/setup/standard.mdx +++ b/pages/docs/setup/standard.mdx @@ -4,8 +4,8 @@ import { Callout } from 'nextra-theme-docs' ## Prerequisites -- [Go 1.22](https://go.dev/doc/install) -- [Node 18](https://nodejs.org/en/download) +- [Go 1.23](https://go.dev/doc/install) +- [Node >= 20.8](https://nodejs.org/en/download) - [Git](https://git-scm.com/downloads) _(`git` might be pre-installed)_ - [PM2](https://pm2.io/docs/runtime/guide/installation/) `npm install -g pm2` or `yarn global add pm2` - [jq](https://jqlang.github.io/jq/download/) `sudo apt-get install jq` From fd353af2c7e92e7ff7cfc1d376dd2158db0adde5 Mon Sep 17 00:00:00 2001 From: Fabio1988 <35898099+Fabio1988@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:38:26 +0100 Subject: [PATCH 2/2] Update standard.mdx --- pages/docs/setup/standard.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/setup/standard.mdx b/pages/docs/setup/standard.mdx index 6a449f9..3444250 100644 --- a/pages/docs/setup/standard.mdx +++ b/pages/docs/setup/standard.mdx @@ -5,7 +5,7 @@ import { Callout } from 'nextra-theme-docs' ## Prerequisites - [Go 1.23](https://go.dev/doc/install) -- [Node >= 20.8](https://nodejs.org/en/download) +- [Node 22](https://nodejs.org/en/download) - [Git](https://git-scm.com/downloads) _(`git` might be pre-installed)_ - [PM2](https://pm2.io/docs/runtime/guide/installation/) `npm install -g pm2` or `yarn global add pm2` - [jq](https://jqlang.github.io/jq/download/) `sudo apt-get install jq`