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: ..