fix(n8n-sandbox): publish Runtipi update version
Test / test (pull_request) Canceled after 0s

This commit is contained in:
Hermes Agent
2026-09-02 18:04:57 +02:00
parent 95dd642243
commit cf81405a3f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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)
})
})