File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ inputs:
15
15
runs :
16
16
using : " composite"
17
17
steps :
18
- - name : Checkout
19
- uses : actions/checkout@v4
20
- with :
21
- fetch-depth : 0
22
-
23
18
- name : Install Node
24
19
uses : actions/setup-node@v4
25
20
with :
Original file line number Diff line number Diff line change 12
12
if : github.repository == 'my-mcp-hub/mcp-kit'
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : ./.github/actions/setup-pnpm
15
+ - name : Checkout
16
+ uses : actions/checkout@v4
17
+ with :
18
+ fetch-depth : 0
19
+
20
+ - name : Setup PNPM
21
+ uses : ./.github/actions/setup-pnpm
16
22
with :
17
23
node-version : 22
18
24
29
35
if : github.repository == 'my-mcp-hub/mcp-kit'
30
36
runs-on : ubuntu-latest
31
37
steps :
32
- - uses : ./.github/actions/setup-pnpm
38
+ - name : Checkout
39
+ uses : actions/checkout@v4
40
+ with :
41
+ fetch-depth : 0
42
+
43
+ - name : Setup PNPM
44
+ uses : ./.github/actions/setup-pnpm
33
45
with :
34
46
node-version : 22
35
47
You can’t perform that action at this time.
0 commit comments