CDK now uses a broken default remote Docker version

Using the CDK to generate a workflow using remote Docker environment will generate a default version that doesn’t work. See circleci-config-sdk-ts/src/lib/Components/Commands/exports/Native/SetupRemoteDocker.ts at 290baa5d22841a95e9495a7c0a12c3ef3b877cca · CircleCI-Public/circleci-config-sdk-ts · GitHub

The fix is simple (something like new commands.SetupRemoteDocker({version: 'default'}); but the library should be updated.