@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.mjs CHANGED
@@ -38374,7 +38374,7 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends Component21 {
38374
38374
  name: "Setup PNPM",
38375
38375
  uses: `pnpm/action-setup@${VERSION.PNPM_ACTION_SETUP_VERSION}`,
38376
38376
  with: {
38377
- version: VERSION.PNPM_VERSION
38377
+ version: this.rootProject.pnpmVersion
38378
38378
  }
38379
38379
  }
38380
38380
  ];