Skip to content

Commit

Permalink
Updated the node runtime from v14 to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
LAKSHMIRPILLAI committed Aug 9, 2023
1 parent f0e9c50 commit 91ea201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.15.0
18
2 changes: 1 addition & 1 deletion cdk/lib/support-reminders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class SupportReminders extends GuStack {
// ---- Miscellaneous constants ---- //
const app = "support-reminders";
const vpc = GuVpc.fromIdParameter(this, "vpc");
const runtime = Runtime.NODEJS_14_X;
const runtime = Runtime.NODEJS_18_X;
const fileName = "support-reminders.zip";
const environment = {
"Bucket": props.datalakeBucket,
Expand Down

0 comments on commit 91ea201

Please sign in to comment.