File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v7
1111
12- - uses : pnpm/action-setup@v4.4.0
13- with :
14- version : 10
15-
16- - uses : actions/setup-node@v6
12+ - name : Setup Node and pnpm
13+ uses : silverhand-io/actions-node-pnpm-run-steps@v5
1714 with :
1815 node-version : 22.23.1
19- registry-url : https://registry.npmjs.org/
20- cache : ' pnpm'
16+ pnpm-version : 10
2117
2218 - name : Build
23- run : pnpm i && pnpm build
19+ run : pnpm build
2420
2521 - name : Deploy
2622 uses : cloudflare/wrangler-action@v4
Original file line number Diff line number Diff line change @@ -11,18 +11,14 @@ jobs:
1111 steps :
1212 - uses : actions/checkout@v7
1313
14- - uses : pnpm/action-setup@v4.4.0
15- with :
16- version : 10
17-
18- - uses : actions/setup-node@v6
14+ - name : Setup Node and pnpm
15+ uses : silverhand-io/actions-node-pnpm-run-steps@v5
1916 with :
2017 node-version : 22.23.1
21- registry-url : https://registry.npmjs.org/
22- cache : ' pnpm'
18+ pnpm-version : 10
2319
2420 - name : Build
25- run : pnpm i && pnpm build
21+ run : pnpm build
2622
2723 - name : Test
2824 run : pnpm test
You can’t perform that action at this time.
0 commit comments