Skip to content

Commit

Permalink
node 16 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco authored Jun 6, 2024
1 parent 5c218da commit 12f760f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export class BalancerPoolsAPI extends Stack {
SENTRY_DSN: SENTRY_DSN || '',
DEBUG: DEBUG || '',
},
runtime: Runtime.NODEJS_18_X,
runtime: Runtime.NODEJS_16_X,
timeout: Duration.seconds(15),
};

Expand Down Expand Up @@ -348,7 +348,7 @@ export class BalancerPoolsAPI extends Stack {
TENDERLY_PROJECT: TENDERLY_PROJECT || '',
TENDERLY_ACCESS_KEY: TENDERLY_ACCESS_KEY || '',
},
runtime: Runtime.NODEJS_18_X,
runtime: Runtime.NODEJS_16_X,
timeout: Duration.seconds(15),
}
);
Expand All @@ -363,7 +363,7 @@ export class BalancerPoolsAPI extends Stack {
TENDERLY_PROJECT: TENDERLY_PROJECT || '',
TENDERLY_ACCESS_KEY: TENDERLY_ACCESS_KEY || '',
},
runtime: Runtime.NODEJS_18_X,
runtime: Runtime.NODEJS_16_X,
timeout: Duration.seconds(15),
}
);
Expand All @@ -374,7 +374,7 @@ export class BalancerPoolsAPI extends Stack {
HYPERNATIVE_EMAIL: HYPERNATIVE_EMAIL || '',
HYPERNATIVE_PASSWORD: HYPERNATIVE_PASSWORD || '',
},
runtime: Runtime.NODEJS_18_X,
runtime: Runtime.NODEJS_16_X,
timeout: Duration.seconds(15),
});

Expand Down

0 comments on commit 12f760f

Please sign in to comment.