mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
ci: Drop support for Node.js 18 (#15146)
This commit is contained in:
committed by
GitHub
parent
40de4ed91c
commit
3bdbdfe6ce
@@ -10,7 +10,7 @@ import WorkerChartsAccordion from './WorkerChartsAccordion.ee.vue';
|
||||
import { sortByProperty } from '@n8n/utils/sort/sortByProperty';
|
||||
import { useI18n } from '@n8n/i18n';
|
||||
|
||||
let interval: NodeJS.Timer;
|
||||
let interval: NodeJS.Timeout;
|
||||
|
||||
const orchestrationStore = useOrchestrationStore();
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ export interface IOrchestrationStoreState {
|
||||
[id: string]: IWorkerHistoryItem[];
|
||||
};
|
||||
workersLastUpdated: { [id: string]: number };
|
||||
statusInterval: NodeJS.Timer | null;
|
||||
statusInterval: NodeJS.Timeout | null;
|
||||
}
|
||||
|
||||
export interface IWorkerHistoryItem {
|
||||
|
||||
Reference in New Issue
Block a user