From 42a4cabdfabb865e429c263d8199a0d155278521 Mon Sep 17 00:00:00 2001 From: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:00:06 +0100 Subject: [PATCH] Update test-cli-with-database.yml --- .github/workflows/test-cli-with-database.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-cli-with-database.yml b/.github/workflows/test-cli-with-database.yml index 0a2eb01b0c79d..400b89e8ae933 100644 --- a/.github/workflows/test-cli-with-database.yml +++ b/.github/workflows/test-cli-with-database.yml @@ -45,6 +45,7 @@ jobs: uses: ./.github/actions/setup-server with: cache-extension: "cli-test" + node-version: "16.14" - name: Install Medusa cli run: npm i -g @medusajs/medusa-cli