|
29 | 29 |
|
30 | 30 | - name: Setup pnpm |
31 | 31 | uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0 |
32 | | - with: |
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. |
| 32 | + # NOTE: Do not specify version - pnpm-action-setup automatically reads |
| 33 | + # the version from the packageManager field in package.json. |
36 | 34 |
|
37 | 35 | - name: Setup Node.js |
38 | 36 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 |
|
57 | 55 |
|
58 | 56 | - name: Setup pnpm |
59 | 57 | uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0 |
60 | | - with: |
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. |
| 58 | + # NOTE: Do not specify version - pnpm-action-setup automatically reads |
| 59 | + # the version from the packageManager field in package.json. |
64 | 60 |
|
65 | 61 | - name: Setup Node.js |
66 | 62 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 |
|
91 | 87 |
|
92 | 88 | - name: Setup pnpm |
93 | 89 | uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0 |
94 | | - with: |
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. |
| 90 | + # NOTE: Do not specify version - pnpm-action-setup automatically reads |
| 91 | + # the version from the packageManager field in package.json. |
98 | 92 |
|
99 | 93 | - name: Setup Node.js |
100 | 94 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 |
@@ -123,10 +117,8 @@ jobs: |
123 | 117 |
|
124 | 118 | - name: Setup pnpm |
125 | 119 | uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0 |
126 | | - with: |
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. |
| 120 | + # NOTE: Do not specify version - pnpm-action-setup automatically reads |
| 121 | + # the version from the packageManager field in package.json. |
130 | 122 |
|
131 | 123 | - name: Setup Node.js |
132 | 124 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 |
@@ -155,10 +147,8 @@ jobs: |
155 | 147 |
|
156 | 148 | - name: Setup pnpm |
157 | 149 | uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0 |
158 | | - with: |
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. |
| 150 | + # NOTE: Do not specify version - pnpm-action-setup automatically reads |
| 151 | + # the version from the packageManager field in package.json. |
162 | 152 |
|
163 | 153 | - name: Setup Node.js |
164 | 154 | uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 |
|
0 commit comments