From 761c6c80d61849a1ac75345bd5300a1c20378526 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 17 Jul 2023 15:09:24 +0300 Subject: [PATCH] docs: enable querystring option for operating systems tabs (#4542) * docs: enable querystring option for operating systems tabs * fix node.js version --- .github/workflows/docs-test.yml | 2 +- docs/content/development/backend/prepare-environment.mdx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs-test.yml b/.github/workflows/docs-test.yml index c78af27aea..72bd1eb351 100644 --- a/.github/workflows/docs-test.yml +++ b/.github/workflows/docs-test.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.4.1 with: - node-version: "16.10.0" + node-version: "16.14.0" cache: "yarn" - name: Install dependencies diff --git a/docs/content/development/backend/prepare-environment.mdx b/docs/content/development/backend/prepare-environment.mdx index 653d677701..52ea55639a 100644 --- a/docs/content/development/backend/prepare-environment.mdx +++ b/docs/content/development/backend/prepare-environment.mdx @@ -28,7 +28,7 @@ node -v ::: - + You can install the executable directly from [the Node.js website](https://nodejs.org/en/#home-downloadhead). @@ -89,7 +89,7 @@ Make sure that you have Xcode command line tools installed; if not, run the fol Medusa uses Git behind the scenes when you create a new project so you'll have to install it on your computer to get started. - + To install Git on Windows, you need to [download the installable package](https://git-scm.com/download/win). @@ -151,7 +151,7 @@ After installing PostgreSQL, check out the [Configure your Backend documentation ::: - + You can [download the PostgreSQL Windows installer](https://www.postgresql.org/download/windows/) from their website.