We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35e5bfe + 9e7ebe3 commit ddf7009Copy full SHA for ddf7009
1 file changed
src/index.ts
@@ -1,3 +1,6 @@
1
+// Suppress Node.js deprecation warnings from third-party dependencies (DEP0005: Buffer constructor)
2
+(process as any).noDeprecation = true;
3
+
4
import * as fs from 'fs';
5
import { parseArgv } from '@serverless-devs/utils';
6
import { IInputs } from './interface';
0 commit comments