From 1468646b9915387c46ad3039b18f9905c8f6486d Mon Sep 17 00:00:00 2001 From: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Thu, 4 Jan 2024 08:40:45 +0100 Subject: [PATCH] chore(workflows): Use Node 16.14 in CLI workflow (#5993) * make packages private * add changeset * Update test-cli-with-database.yml * revert --- .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