Today, I generated a new workspace and application using the commands described in the README file. I was using version 3.1.0 of @ppwcode/angular-schematics but it generated an Angular application using version 11 because I had version 11.2.1 of the Angular CLI installed globally.
After updating the CLI to 12.1.4 globally and running the command again, the workspace and application were generated using Angular version 12.1.4 so maybe we want to let the developer know that the generated workspace is not of the same major Angular version? Or even prevent this?