Skip to content

Commit

Permalink
Update packages/metrics/tests/e2e/basicFeatures.decorators.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Chazal <[email protected]>
  • Loading branch information
dreamorosi and flochaz authored May 18, 2022
1 parent e0c2753 commit 336778c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
} from './constants';
import { getMetrics } from '../helpers/metricsUtils';

const runtime: string = process.env.RUNTIME || 'nodejs6x';
const runtime: string = process.env.RUNTIME || 'nodejs16x';

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

0 comments on commit 336778c

Please sign in to comment.