Skip to content

Commit

Permalink
Merge pull request #1325 from aligent/hotfix/Update-Node-Version
Browse files Browse the repository at this point in the history
Hotfix: Update node version
  • Loading branch information
AdamJHall authored Mar 8, 2024
2 parents 8bd2542 + 30a0854 commit ecbc6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/static-hosting/lib/arbitrary-path-remap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class ArbitraryPathRemapFunction extends Construct {
{
code: Bundling.bundle({
entry: `${__dirname}/handlers/remap.ts`,
runtime: Runtime.NODEJS_14_X,
runtime: Runtime.NODEJS_16_X,
sourceMap: true,
projectRoot: `${__dirname}/handlers/`,
depsLockFilePath: `${__dirname}/handlers/package-lock.json`,
Expand Down

0 comments on commit ecbc6e5

Please sign in to comment.