@@ -119,8 +119,9 @@ jobs:
119119 export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
120120 CODE
121121
122- - name : Install dependencies
123- run : pnpm install --frozen-lockfile
122+ - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
123+ with :
124+ frozen-lockfile : ' true'
124125
125126 - name : Run lint
126127 run : pnpm --filter @socketsecurity/cli run check
@@ -185,8 +186,9 @@ jobs:
185186 export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
186187 CODE
187188
188- - name : Install dependencies
189- run : pnpm install --frozen-lockfile
189+ - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
190+ with :
191+ frozen-lockfile : ' true'
190192
191193 - name : Run type check
192194 run : pnpm --filter @socketsecurity/cli run type
@@ -258,8 +260,9 @@ jobs:
258260 export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
259261 CODE
260262
261- - name : Install dependencies
262- run : pnpm install --frozen-lockfile
263+ - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
264+ with :
265+ frozen-lockfile : ' true'
263266
264267 - name : Build CLI
265268 working-directory : packages/cli
@@ -338,8 +341,9 @@ jobs:
338341 export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
339342 CODE
340343
341- - name : Install dependencies
342- run : pnpm install --frozen-lockfile
344+ - uses : SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
345+ with :
346+ frozen-lockfile : ' true'
343347
344348 - name : Build CLI
345349 working-directory : packages/cli
0 commit comments