From e179f5c76efcc5473824c5fea571eb1425f1710a Mon Sep 17 00:00:00 2001 From: Adrien de Peretti Date: Mon, 19 May 2025 09:59:00 +0200 Subject: [PATCH] chore(test-cli-with-database): Update cli tag from latest to preview (#12529) --- .github/workflows/test-cli-with-database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cli-with-database.yml b/.github/workflows/test-cli-with-database.yml index aadbeb7a47..36eccdbd37 100644 --- a/.github/workflows/test-cli-with-database.yml +++ b/.github/workflows/test-cli-with-database.yml @@ -54,7 +54,7 @@ jobs: extension: cli-database - name: Install Medusa cli - run: npm i -g @medusajs/cli@latest + run: npm i -g @medusajs/cli@preview - name: Create Medusa project working-directory: ..