Skip to content

Commit

Permalink
fix: ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Aug 12, 2024
1 parent 65a52a9 commit 154d8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-pnpm-with-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
if [[ $voltaNodeVersion == null ]]; then
voltaNodeVersion="${{ inputs.nodejs-version }}"
fi
packageManagerVersion=$(cat package.json|jq -r ".volta.pnpm")
packageManagerVersion=$(cat package.json|jq -r ".packageManager")
if [[ $packageManagerVersion == null ]]; then
packageManagerVersion="9.7.0"
fi
Expand Down

0 comments on commit 154d8cd

Please sign in to comment.