File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3737 restore-keys : |
3838 ${{ runner.os }}-pnpm-store-
3939 - name : Install dependencies
40- run : pnpm install
40+ run : pnpm install --frozen-lockfile
4141
4242 - run : pnpm lint
4343
7575 ${{ runner.os }}-pnpm-store-
7676
7777 - name : Install dependencies
78- run : pnpm install
78+ run : pnpm install --frozen-lockfile
7979
8080 - run : pnpm format:check
8181
@@ -111,7 +111,7 @@ jobs:
111111 restore-keys : |
112112 ${{ runner.os }}-pnpm-store-
113113 - name : Install dependencies
114- run : pnpm install
114+ run : pnpm install --frozen-lockfile
115115
116116 - name : Build packages
117117 run : pnpm --filter=shadcn build
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ packages:
66 - " !**/fixtures/**"
77 - " !**/temp/**"
88 - " !packages/tests/temp/**"
9+ minimumReleaseAge : 10080 # 1 week
You can’t perform that action at this time.
0 commit comments