@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 +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
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:
|
|
38377
|
+
version: this.rootProject.pnpmVersion
|
|
38378
38378
|
}
|
|
38379
38379
|
}
|
|
38380
38380
|
];
|