diff --git a/startos/dependencies.ts b/startos/dependencies.ts index 98d8a27..cca55d9 100644 --- a/startos/dependencies.ts +++ b/startos/dependencies.ts @@ -4,8 +4,8 @@ export const setDependencies = sdk.setupDependencies( async ({ effects }) => ({ fulcrum: { kind: 'running', - versionRange: '>=0', - healthChecks: ['primary'], + versionRange: '>=2.1.0:3-beta.1', + healthChecks: ['primary', 'sync-progress'], }, }), -) +) \ No newline at end of file