Updated dependencies (#422)

* Updated dependencies

* Reduce number of CI workers
This commit is contained in:
Giancarlo Buomprisco
2025-12-07 10:45:31 +08:00
committed by GitHub
parent abf48bd36e
commit 2f78e16dfa
19 changed files with 354 additions and 354 deletions

View File

@@ -7,7 +7,7 @@ dotenvConfig({ path: '.env.local' });
/**
* Number of workers to use in CI. Tweak based on your CI provider's resources.
*/
const CI_WORKERS = 2;
const CI_WORKERS = 1;
const enableBillingTests = process.env.ENABLE_BILLING_TESTS === 'true';