|
46 | 46 | cache: pnpm |
47 | 47 | cache-dependency-path: "nodejs/pnpm-lock.yaml" |
48 | 48 |
|
49 | | - - name: Corepack |
50 | | - run: corepack enable |
51 | | - |
52 | 49 | - name: Install dependencies |
53 | | - run: pnpm install --frozen-lockfile |
| 50 | + run: pnpm install --no-save --frozen-lockfile |
54 | 51 |
|
55 | 52 | - name: Check format |
56 | 53 | run: pnpm exec prettier --check . |
@@ -113,10 +110,8 @@ jobs: |
113 | 110 | node-version: '18' |
114 | 111 | cache: pnpm |
115 | 112 | cache-dependency-path: "nodejs/pnpm-lock.yaml" |
116 | | - - name: Corepack |
117 | | - run: corepack enable |
118 | 113 | - name: Install dependencies |
119 | | - run: pnpm install --frozen-lockfile |
| 114 | + run: pnpm install --no-save --frozen-lockfile |
120 | 115 | - name: Build |
121 | 116 | shell: bash |
122 | 117 | working-directory: . |
@@ -156,10 +151,8 @@ jobs: |
156 | 151 | node-version: '18' |
157 | 152 | cache: pnpm |
158 | 153 | cache-dependency-path: "nodejs/pnpm-lock.yaml" |
159 | | - - name: Corepack |
160 | | - run: corepack enable |
161 | 154 | - name: Install dependencies |
162 | | - run: pnpm install --frozen-lockfile |
| 155 | + run: pnpm install --no-save --frozen-lockfile |
163 | 156 | - name: Build |
164 | 157 | shell: bash |
165 | 158 | run: ${{ matrix.settings.build }} |
@@ -208,10 +201,8 @@ jobs: |
208 | 201 | node-version: '18' |
209 | 202 | cache: pnpm |
210 | 203 | cache-dependency-path: "nodejs/pnpm-lock.yaml" |
211 | | - - name: Corepack |
212 | | - run: corepack enable |
213 | 204 | - name: Install dependencies |
214 | | - run: pnpm install --frozen-lockfile |
| 205 | + run: pnpm install --no-save --frozen-lockfile |
215 | 206 | - name: Build |
216 | 207 | run: ${{ matrix.settings.build }} |
217 | 208 | shell: bash |
@@ -243,10 +234,9 @@ jobs: |
243 | 234 | node-version: "18" |
244 | 235 | cache: pnpm |
245 | 236 | cache-dependency-path: "nodejs/pnpm-lock.yaml" |
246 | | - - name: Corepack |
247 | | - run: corepack enable |
| 237 | + |
248 | 238 | - name: Install dependencies |
249 | | - run: pnpm install --frozen-lockfile |
| 239 | + run: pnpm install --no-save --frozen-lockfile |
250 | 240 |
|
251 | 241 | - name: Download all artifacts |
252 | 242 | uses: actions/download-artifact@v3 |
|
0 commit comments