try improve snapshot action speed and fix changeset

This commit is contained in:
adrien2p
2025-11-05 18:45:58 +01:00
parent b010c4be1a
commit 3095b63784
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
"@medusajs/utils": patch
"@medusajs/medusa-utils": patch
"@medusajs/test-utils": patch
---
fix(): Index integration tests flackyness

View File

@@ -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