File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4040 ${{ runner.OS }}-pnpm-store-
4141
4242 - name : Install Dependencies
43- run : pnpm ci
43+ run : pnpm install --frozen-lockfile
44+
4445
4546 lint :
4647 needs : install-dependencies
7273 ${{ runner.OS }}-pnpm-store-
7374
7475 - name : Install Dependencies
75- run : pnpm ci
76+ run : pnpm install --frozen-lockfile
77+
7678 - name : Run Linter
7779 run : packagenpm run lint
7880
@@ -107,7 +109,8 @@ jobs:
107109
108110
109111 - name : Install Dependencies
110- run : pnpm ci
112+ run : pnpm install --frozen-lockfile
113+
111114 - name : Run Prettier
112115 run : npm run check-format
113116
@@ -141,6 +144,7 @@ jobs:
141144 ${{ runner.OS }}-pnpm-store-
142145
143146 - name : Install Dependencies
144- run : pnpm ci && npm run build
147+ run : pnpm install --frozen-lockfile
148+ && npm run build
145149 - name : Run Tests
146150 run : pnpm run test
You can’t perform that action at this time.
0 commit comments