This repository was archived by the owner on May 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 cache : ' pnpm'
2929
3030 - name : Install Dependencies
31- run : pnpm install --frozen-lockfile
31+ run : pnpm install --no- frozen-lockfile
3232
3333 - name : Run Linter
3434 run : pnpm lint
5252 cache : ' pnpm'
5353
5454 - name : Install Dependencies
55- run : pnpm install --frozen-lockfile
55+ run : pnpm install --no- frozen-lockfile
5656
5757 - name : Build Packages
5858 run : pnpm build
7676 cache : ' pnpm'
7777
7878 - name : Install Dependencies
79- run : pnpm install --frozen-lockfile
79+ run : pnpm install --no- frozen-lockfile
8080
8181 - name : Build Packages
8282 run : pnpm build
@@ -106,7 +106,7 @@ jobs:
106106 cache : ' pnpm'
107107
108108 - name : Install Dependencies
109- run : pnpm install --frozen-lockfile
109+ run : pnpm install --no- frozen-lockfile
110110
111111 - name : Check for Changesets
112112 run : |
You can’t perform that action at this time.
0 commit comments