Skip to content

Commit 336778c

Browse files
dreamorosiflochaz
andauthored
Update packages/metrics/tests/e2e/basicFeatures.decorators.test.ts
Co-authored-by: Florian Chazal <[email protected]>
1 parent e0c2753 commit 336778c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/metrics/tests/e2e/basicFeatures.decorators.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
} from './constants';
3030
import { getMetrics } from '../helpers/metricsUtils';
3131

32-
const runtime: string = process.env.RUNTIME || 'nodejs6x';
32+
const runtime: string = process.env.RUNTIME || 'nodejs16x';
3333

3434
if (!isValidRuntimeKey(runtime)) {
3535
throw new Error(`Invalid runtime key value: ${runtime}`);

0 commit comments

Comments
 (0)