mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(core): Fix the type for InstalledNodes.latestVersion (no-changelog) (#10782)
This commit is contained in:
committed by
GitHub
parent
8496adb94f
commit
7d6ec6544e
@@ -104,7 +104,7 @@ export const MOCK_PACKAGE: InstalledPackages[] = [
|
||||
{
|
||||
name: 'My Test Node',
|
||||
type: 'myTestNode',
|
||||
latestVersion: '1',
|
||||
latestVersion: 1,
|
||||
} as InstalledNodes,
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user