|
41 | 41 | cache: 'pnpm' |
42 | 42 |
|
43 | 43 | - name: Install dependencies |
44 | | - run: pnpm install --no-frozen-lockfile |
| 44 | + run: pnpm install --frozen-lockfile |
45 | 45 |
|
46 | 46 | - name: Lint codes |
47 | 47 | run: pnpm lint |
|
71 | 71 | cache: 'pnpm' |
72 | 72 |
|
73 | 73 | - name: Install dependencies |
74 | | - run: pnpm install --no-frozen-lockfile |
| 74 | + run: pnpm install --frozen-lockfile |
75 | 75 |
|
76 | 76 | - name: Build codes |
77 | 77 | run: | |
@@ -109,7 +109,7 @@ jobs: |
109 | 109 | cache: 'pnpm' |
110 | 110 |
|
111 | 111 | - name: Install dependencies |
112 | | - run: pnpm install --no-frozen-lockfile |
| 112 | + run: pnpm install --frozen-lockfile |
113 | 113 |
|
114 | 114 | - name: Build codes |
115 | 115 | run: | |
@@ -146,7 +146,7 @@ jobs: |
146 | 146 | cache: 'pnpm' |
147 | 147 |
|
148 | 148 | - name: Install dependencies |
149 | | - run: pnpm install --no-frozen-lockfile |
| 149 | + run: pnpm install --frozen-lockfile |
150 | 150 |
|
151 | 151 | - name: Run unit tests |
152 | 152 | run: | |
@@ -181,7 +181,7 @@ jobs: |
181 | 181 | cache: 'pnpm' |
182 | 182 |
|
183 | 183 | - name: Install dependencies |
184 | | - run: pnpm install --no-frozen-lockfile |
| 184 | + run: pnpm install --frozen-lockfile |
185 | 185 |
|
186 | 186 | - name: Install Playwright |
187 | 187 | run: pnpm playwright-core install chromium |
@@ -224,7 +224,7 @@ jobs: |
224 | 224 | cache: 'pnpm' |
225 | 225 |
|
226 | 226 | - name: Install dependencies |
227 | | - run: pnpm install --no-frozen-lockfile |
| 227 | + run: pnpm install --frozen-lockfile |
228 | 228 |
|
229 | 229 | - name: Install Playwright |
230 | 230 | run: pnpm playwright-core install chromium |
|
0 commit comments