mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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
@@ -22,7 +22,7 @@ export const mockNode = (packageName: string) => {
|
||||
return Container.get(InstalledNodesRepository).create({
|
||||
name: nodeName,
|
||||
type: nodeName,
|
||||
latestVersion: COMMUNITY_NODE_VERSION.CURRENT.toString(),
|
||||
latestVersion: COMMUNITY_NODE_VERSION.CURRENT,
|
||||
package: { packageName },
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user