There was an error while loading. Please reload this page.
1 parent 7b6003b commit 03dafd1Copy full SHA for 03dafd1
1 file changed
.github/actions/setup/action.yml
@@ -28,11 +28,6 @@ runs:
28
env:
29
INSTALL_DEPENDENCIES: ${{ inputs.installDependencies }}
30
run: |
31
- PNPM_VERSION=$(cat package.json | jq -r '.packageManager' | awk -F@ '{print $2}')
32
- PNPM_VERSION=${PNPM_VERSION:-9}
33
- echo "Using PNPM version $PNPM_VERSION"
34
- echo "version=$PNPM_VERSION" >> $GITHUB_OUTPUT
35
-
36
if [ $INSTALL_DEPENDENCIES = true ]; then
37
echo "cache=pnpm" >> $GITHUB_OUTPUT
38
else
@@ -41,8 +36,6 @@ runs:
41
42
- name: install pnpm
43
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
44
- with:
45
- version: ${{ steps.pnpm.outputs.version }}
46
39
47
40
- name: install nodejs
48
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
0 commit comments