mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Fix vulnerable dev dependencies (no-changelog) (#9545)
This commit is contained in:
committed by
GitHub
parent
936bbb2068
commit
596990bed7
@@ -35,9 +35,6 @@ if (
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
// Prevent oclif from loading ts-node and typescript
|
||||
process.env.OCLIF_TS_NODE = '0';
|
||||
|
||||
// Disable nodejs custom inspection across the app
|
||||
const { inspect } = require('util');
|
||||
inspect.defaultOptions.customInspect = false;
|
||||
@@ -52,5 +49,5 @@ if (process.env.NODEJS_PREFER_IPV4 === 'true') {
|
||||
|
||||
(async () => {
|
||||
const oclif = await import('@oclif/core');
|
||||
await oclif.execute({});
|
||||
await oclif.execute({ dir: __dirname });
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user