7272 with :
7373 persist-credentials : false
7474
75- - name : Setup pnpm
76- uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
77-
78- - name : Setup Node.js
79- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # zizmor: ignore[cache-poisoning] # v6.3.0
80- with :
81- node-version-file : .node-version
82- cache : ' pnpm'
83- cache-dependency-path : ' pnpm-lock.yaml'
84-
8575 - name : Create stub packages
8676 run : |
8777 mkdir -p packages/package-builder/build/dev/out/socketaddon-iocraft
@@ -119,7 +109,9 @@ jobs:
119109 export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
120110 CODE
121111
122- - uses : SocketDev/socket-registry/.github/actions/install@6147a08ccc20fcb1f690dcc4650ec745776b3345 # main
112+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@4edf2e3c3beff7d536e79ce43dfb61abba7cb537 # main
113+ with :
114+ checkout : ' false'
123115
124116 - name : Run lint
125117 shell : bash
@@ -139,16 +131,6 @@ jobs:
139131 with :
140132 persist-credentials : false
141133
142- - name : Setup pnpm
143- uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
144-
145- - name : Setup Node.js
146- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # zizmor: ignore[cache-poisoning] # v6.3.0
147- with :
148- node-version-file : .node-version
149- cache : ' pnpm'
150- cache-dependency-path : ' pnpm-lock.yaml'
151-
152134 - name : Create stub packages
153135 run : |
154136 mkdir -p packages/package-builder/build/dev/out/socketaddon-iocraft
@@ -186,7 +168,9 @@ jobs:
186168 export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
187169 CODE
188170
189- - uses : SocketDev/socket-registry/.github/actions/install@6147a08ccc20fcb1f690dcc4650ec745776b3345 # main
171+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@4edf2e3c3beff7d536e79ce43dfb61abba7cb537 # main
172+ with :
173+ checkout : ' false'
190174
191175 - name : Run type check
192176 shell : bash
@@ -213,16 +197,6 @@ jobs:
213197 with :
214198 persist-credentials : false
215199
216- - name : Setup pnpm
217- uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
218-
219- - name : Setup Node.js
220- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # zizmor: ignore[cache-poisoning] # v6.3.0
221- with :
222- node-version : ${{ matrix.node-version }}
223- cache : ' pnpm'
224- cache-dependency-path : ' pnpm-lock.yaml'
225-
226200 - name : Create stub packages
227201 run : |
228202 mkdir -p packages/package-builder/build/dev/out/socketaddon-iocraft
@@ -260,7 +234,10 @@ jobs:
260234 export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
261235 CODE
262236
263- - uses : SocketDev/socket-registry/.github/actions/install@6147a08ccc20fcb1f690dcc4650ec745776b3345 # main
237+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@4edf2e3c3beff7d536e79ce43dfb61abba7cb537 # main
238+ with :
239+ checkout : ' false'
240+ node-version : ${{ matrix.node-version }}
264241
265242 - name : Build CLI
266243 working-directory : packages/cli
@@ -296,16 +273,6 @@ jobs:
296273 with :
297274 persist-credentials : false
298275
299- - name : Setup pnpm
300- uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
301-
302- - name : Setup Node.js
303- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # zizmor: ignore[cache-poisoning] # v6.3.0
304- with :
305- node-version : ${{ matrix.node-version }}
306- cache : ' pnpm'
307- cache-dependency-path : ' pnpm-lock.yaml'
308-
309276 - name : Create stub packages
310277 run : |
311278 mkdir -p packages/package-builder/build/dev/out/socketaddon-iocraft
@@ -343,7 +310,10 @@ jobs:
343310 export default { text, view, renderToString, renderToStringWithWidth, printComponent, eprintComponent, getTerminalSize, TuiRenderer, init }
344311 CODE
345312
346- - uses : SocketDev/socket-registry/.github/actions/install@6147a08ccc20fcb1f690dcc4650ec745776b3345 # main
313+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@4edf2e3c3beff7d536e79ce43dfb61abba7cb537 # main
314+ with :
315+ checkout : ' false'
316+ node-version : ${{ matrix.node-version }}
347317
348318 - name : Build CLI
349319 working-directory : packages/cli
0 commit comments