diff --git a/__tests__/apps.test.ts b/__tests__/apps.test.ts index 114d6ab..56b657b 100644 --- a/__tests__/apps.test.ts +++ b/__tests__/apps.test.ts @@ -74,6 +74,7 @@ describe("n8n-sandbox installation secrets", () => { expect(apiKey?.type).toBe('password') expect(apiKey?.required).toBe(true) expect(apiKey?.min).toBeGreaterThanOrEqual(48) + expect(config.tipi_version).toBeGreaterThanOrEqual(2) }) }) diff --git a/apps/n8n-sandbox/config.json b/apps/n8n-sandbox/config.json index 18ab449..199d22d 100644 --- a/apps/n8n-sandbox/config.json +++ b/apps/n8n-sandbox/config.json @@ -6,7 +6,7 @@ "no_gui": true, "dynamic_config": true, "port": 8080, - "tipi_version": 1, + "tipi_version": 2, "min_tipi_version": "4.7.0", "version": "1.3.0", "author": "n8n",