distributed-load-testing-on-aws icon indicating copy to clipboard operation
distributed-load-testing-on-aws copied to clipboard

Update package.json and add prettierignore

Open benbridts opened this issue 10 months ago • 0 comments

Description of changes:

  • Our build pipeline (using nodejs20) complained about old node versions in package.json, I've update the ones I could find
  • locally I frequently had to run prettier to get unit tests to pass, ignoring the build outputs makes sense
  • this also includes the commit from https://github.com/aws-solutions/distributed-load-testing-on-aws/pull/178, otherwise unit tests don't pass

Checklist

  • [X] :wave: I have run the unit tests, and all unit tests have passed.
  • [X] :warning: This pull request might incur a breaking change.

Breaking is very unlikely, but I have not tested this on older node build environments

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

benbridts avatar Mar 26 '24 08:03 benbridts