diff --git a/.changeset/twenty-eels-remain.md b/.changeset/twenty-eels-remain.md index d12668188e..3cbe105a37 100644 --- a/.changeset/twenty-eels-remain.md +++ b/.changeset/twenty-eels-remain.md @@ -1,6 +1,6 @@ --- "@medusajs/utils": patch -"@medusajs/medusa-utils": patch +"@medusajs/test-utils": patch --- fix(): Index integration tests flackyness diff --git a/.github/workflows/snapshot-this.yml b/.github/workflows/snapshot-this.yml index 7f956b3d05..effab869e5 100644 --- a/.github/workflows/snapshot-this.yml +++ b/.github/workflows/snapshot-this.yml @@ -18,7 +18,7 @@ jobs: env: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} - NODE_OPTIONS: "--max_old_space_size=8192" + NODE_OPTIONS: "--max_old_space_size=4096" steps: - name: Validate pull request uses: actions/github-script@v6