|
57 | 57 | with: |
58 | 58 | node-version: 22 |
59 | 59 | registry-url: 'https://registry.npmjs.org' |
| 60 | + package-manager-cache: false |
60 | 61 | - name: Set version in platform package |
61 | 62 | working-directory: packages/nanoframe-core-linux-x64 |
62 | 63 | run: pnpm pkg set "version=${{ needs.prepare.outputs.version }}" |
@@ -100,6 +101,7 @@ jobs: |
100 | 101 | with: |
101 | 102 | node-version: 22 |
102 | 103 | registry-url: 'https://registry.npmjs.org' |
| 104 | + package-manager-cache: false |
103 | 105 | - name: Set version in platform package |
104 | 106 | working-directory: packages/nanoframe-core-win32-x64 |
105 | 107 | run: pnpm pkg set "version=${{ needs.prepare.outputs.version }}" |
@@ -146,6 +148,7 @@ jobs: |
146 | 148 | with: |
147 | 149 | node-version: 22 |
148 | 150 | registry-url: 'https://registry.npmjs.org' |
| 151 | + package-manager-cache: false |
149 | 152 | - name: Set version in platform package |
150 | 153 | working-directory: packages/nanoframe-core-win32-arm64 |
151 | 154 | run: pnpm pkg set "version=${{ needs.prepare.outputs.version }}" |
@@ -192,6 +195,7 @@ jobs: |
192 | 195 | with: |
193 | 196 | node-version: 22 |
194 | 197 | registry-url: 'https://registry.npmjs.org' |
| 198 | + package-manager-cache: false |
195 | 199 | - name: Set version in platform package |
196 | 200 | working-directory: packages/nanoframe-core-darwin-x64 |
197 | 201 | run: pnpm pkg set "version=${{ needs.prepare.outputs.version }}" |
@@ -235,6 +239,7 @@ jobs: |
235 | 239 | with: |
236 | 240 | node-version: 22 |
237 | 241 | registry-url: 'https://registry.npmjs.org' |
| 242 | + package-manager-cache: false |
238 | 243 | - name: Set version in platform package |
239 | 244 | working-directory: packages/nanoframe-core-darwin-arm64 |
240 | 245 | run: pnpm pkg set "version=${{ needs.prepare.outputs.version }}" |
@@ -269,6 +274,7 @@ jobs: |
269 | 274 | with: |
270 | 275 | node-version: 22 |
271 | 276 | registry-url: 'https://registry.npmjs.org' |
| 277 | + package-manager-cache: false |
272 | 278 | - name: Update version and optionalDependencies |
273 | 279 | working-directory: packages/nanoframe |
274 | 280 | run: | |
|
0 commit comments