We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c2753 commit 336778cCopy full SHA for 336778c
packages/metrics/tests/e2e/basicFeatures.decorators.test.ts
@@ -29,7 +29,7 @@ import {
29
} from './constants';
30
import { getMetrics } from '../helpers/metricsUtils';
31
32
-const runtime: string = process.env.RUNTIME || 'nodejs6x';
+const runtime: string = process.env.RUNTIME || 'nodejs16x';
33
34
if (!isValidRuntimeKey(runtime)) {
35
throw new Error(`Invalid runtime key value: ${runtime}`);
0 commit comments