Skip to content

Commit

Permalink
fix(tests): newer node versions were starting express in ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
jagregory committed Mar 10, 2023
1 parent 2ef8080 commit efc08a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 18.12.0
1 change: 1 addition & 0 deletions integration-tests/aws-sdk/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const withCognitoSdk =
});
const server = createServer(router, ctx.logger);
httpServer = await server.start({
hostname: "127.0.0.1",
port: 0,
});

Expand Down

0 comments on commit efc08a7

Please sign in to comment.