Updated dependencies (#422)
* Updated dependencies * Reduce number of CI workers
This commit is contained in:
committed by
GitHub
parent
abf48bd36e
commit
2f78e16dfa
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user