Skip to content

Commit

Permalink
FLEXY-4904 added latest node runtime for build
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamasish-twilio committed Jan 3, 2024
1 parent 8377c39 commit bd944ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flex-plugin-scripts/src/clients/builds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface BuildData {
}

export default class BuildClient {
private static NodeEngine = 'node18';
private static NodeEngine = 'latest';

private static timeoutMsec: number = 60_000;

Expand Down

0 comments on commit bd944ef

Please sign in to comment.