File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 # https://github.com/pnpm/action-setup/issues/227
2020 - name : Read pnpm version
2121 id : pnpm-version
22- run : echo "version=$(jq --raw-output '.devEngines.packageManager.version | split(\"+\ ")[0]' package.json)" >> "$GITHUB_OUTPUT"
22+ run : ' echo "version=$(jq --raw-output '' .devEngines.packageManager.version | split("+ ")[0]'' package.json)" >> "$GITHUB_OUTPUT"'
2323
2424 - uses : pnpm/action-setup@v6
2525 with :
Original file line number Diff line number Diff line change 1818 # https://github.com/pnpm/action-setup/issues/227
1919 - name : Read pnpm version
2020 id : pnpm-version
21- run : echo "version=$(jq --raw-output '.devEngines.packageManager.version | split(\"+\ ")[0]' package.json)" >> "$GITHUB_OUTPUT"
21+ run : ' echo "version=$(jq --raw-output '' .devEngines.packageManager.version | split("+ ")[0]'' package.json)" >> "$GITHUB_OUTPUT"'
2222
2323 - uses : pnpm/action-setup@v6
2424 with :
You can’t perform that action at this time.
0 commit comments