[0.69.0](https://github.com/projen/projen/compare/v0.68.22...v0.69.0) (2023-03-21)
⚠ BREAKING CHANGES
* **node:** default to node16
To use any other Node version, explicitly provide the desired version number
* **node:** remove `jsii/superchain` image from AwsCdkConstructLibrary workflows
Using the `jsii/superchain` image provides no tangible benefit over installing dependencies with GitHub Actions. However AWS CDK Constructs often require to run docker commands, and thus using the image forces GitHub Action to exectute commands as Docker in Docker. This is does not work in many situations and generic fixes are not reliable (see 2094 & aws/aws-cdk8799). Additionally the existing build and package workflows had an inconsistent usage of the image, causing more problems.
To restore the old behavior, set `options.workflowContainerImage` to the desired image.
Features
* **node:** default to node16 and remove `jsii/superchain` from workflows ([2510](https://github.com/projen/projen/issues/2510)) ([978a4ea](https://github.com/projen/projen/commit/978a4ea12bd274b6725f80e80091487a1d873c59)), closes [#2094](https://github.com/projen/projen/issues/2094) [aws/aws-cdk#8799](https://github.com/aws/aws-cdk/issues/8799) [#2094](https://github.com/projen/projen/issues/2094) [#1065](https://github.com/projen/projen/issues/1065)