|
30 | 30 | - name: Setup pnpm |
31 | 31 | uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0 |
32 | 32 | with: |
33 | | - version: 10 |
| 33 | + # NOTE: Do not specify 'version' here - pnpm-action-setup automatically reads |
| 34 | + # the version from the 'packageManager' field in package.json. Specifying both |
| 35 | + # causes ERR_PNPM_BAD_PM_VERSION errors. |
34 | 36 |
|
35 | 37 | - name: Setup Node.js |
36 | 38 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 |
|
56 | 58 | - name: Setup pnpm |
57 | 59 | uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0 |
58 | 60 | with: |
59 | | - version: 10 |
| 61 | + # NOTE: Do not specify 'version' here - pnpm-action-setup automatically reads |
| 62 | + # the version from the 'packageManager' field in package.json. Specifying both |
| 63 | + # causes ERR_PNPM_BAD_PM_VERSION errors. |
60 | 64 |
|
61 | 65 | - name: Setup Node.js |
62 | 66 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 |
|
88 | 92 | - name: Setup pnpm |
89 | 93 | uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0 |
90 | 94 | with: |
91 | | - version: 10 |
| 95 | + # NOTE: Do not specify 'version' here - pnpm-action-setup automatically reads |
| 96 | + # the version from the 'packageManager' field in package.json. Specifying both |
| 97 | + # causes ERR_PNPM_BAD_PM_VERSION errors. |
92 | 98 |
|
93 | 99 | - name: Setup Node.js |
94 | 100 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 |
@@ -118,7 +124,9 @@ jobs: |
118 | 124 | - name: Setup pnpm |
119 | 125 | uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0 |
120 | 126 | with: |
121 | | - version: 10 |
| 127 | + # NOTE: Do not specify 'version' here - pnpm-action-setup automatically reads |
| 128 | + # the version from the 'packageManager' field in package.json. Specifying both |
| 129 | + # causes ERR_PNPM_BAD_PM_VERSION errors. |
122 | 130 |
|
123 | 131 | - name: Setup Node.js |
124 | 132 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 |
@@ -148,7 +156,9 @@ jobs: |
148 | 156 | - name: Setup pnpm |
149 | 157 | uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0 |
150 | 158 | with: |
151 | | - version: 10 |
| 159 | + # NOTE: Do not specify 'version' here - pnpm-action-setup automatically reads |
| 160 | + # the version from the 'packageManager' field in package.json. Specifying both |
| 161 | + # causes ERR_PNPM_BAD_PM_VERSION errors. |
152 | 162 |
|
153 | 163 | - name: Setup Node.js |
154 | 164 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 |
|
0 commit comments