@codedrifters/configulator 0.0.365 → 0.0.366

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -38705,7 +38705,7 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends import_projen25.Compone
38705
38705
  name: "Setup PNPM",
38706
38706
  uses: `pnpm/action-setup@${VERSION.PNPM_ACTION_SETUP_VERSION}`,
38707
38707
  with: {
38708
- version: VERSION.PNPM_VERSION
38708
+ version: this.rootProject.pnpmVersion
38709
38709
  }
38710
38710
  }
38711
38711
  ];