@@ -34,17 +34,13 @@ jobs:
3434 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
3535 with :
3636 node-version : ' 24'
37- cache : ' pnpm'
3837
3938 - name : Install dependencies
40- run : pnpm install --frozen-lockfile
39+ run : pnpm install --no- frozen-lockfile
4140
4241 - name : Run lint
4342 run : pnpm run lint
4443
45- - name : Check dedupe
46- run : pnpm dedupe --check
47-
4844 - name : Run typecheck
4945 run : pnpm run typecheck
5046
@@ -161,10 +157,9 @@ jobs:
161157 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
162158 with :
163159 node-version : ${{ matrix.node }}
164- cache : ' pnpm'
165160
166161 - name : Install dependencies
167- run : pnpm install --frozen-lockfile
162+ run : pnpm install --no- frozen-lockfile
168163
169164 - name : Run tests
170165 run : pnpm run ci
@@ -206,10 +201,9 @@ jobs:
206201 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
207202 with :
208203 node-version : ${{ matrix.node }}
209- cache : ' pnpm'
210204
211205 - name : Install dependencies
212- run : pnpm install --frozen-lockfile
206+ run : pnpm install --no- frozen-lockfile
213207
214208 - name : Run tests
215209 run : |
@@ -248,10 +242,9 @@ jobs:
248242 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
249243 with :
250244 node-version : ${{ matrix.node }}
251- cache : ' pnpm'
252245
253246 - name : Install dependencies
254- run : pnpm install --frozen-lockfile
247+ run : pnpm install --no- frozen-lockfile
255248
256249 - name : Run tests
257250 run : |
0 commit comments