File tree Expand file tree Collapse file tree 1 file changed +5
-29
lines changed Expand file tree Collapse file tree 1 file changed +5
-29
lines changed Original file line number Diff line number Diff line change 13
13
uses : actions/checkout@v4
14
14
15
15
- name : Set up Node.js
16
- uses : actions/setup-node@v4
17
- with :
18
- node-version : 20
19
-
20
- - uses : pnpm/action-setup@v4
21
- name : Install pnpm
22
- id : pnpm-install
23
- with :
24
- run_install : true
16
+ uses : labd/gh-actions-typescript/pnpm-install@main
25
17
26
18
- name : Lint
27
19
run : pnpm lint
@@ -39,17 +31,10 @@ jobs:
39
31
- name : Checkout repo
40
32
uses : actions/checkout@v4
41
33
42
- - uses : pnpm/action-setup@v4
43
- name : Install pnpm
44
- id : pnpm-install
45
- with :
46
- run_install : true
47
-
48
- - name : Use Node ${{ matrix.node }}
49
- uses : actions/setup-node@v4
34
+ - name : Set up Node.js
35
+ uses : labd/gh-actions-typescript/pnpm-install@main
50
36
with :
51
37
node-version : ${{ matrix.node }}
52
- cache : " pnpm"
53
38
54
39
- name : Build
55
40
run : pnpm build
69
54
with :
70
55
fetch-depth : 0
71
56
72
- - uses : pnpm/action-setup@v4
73
- name : Install pnpm
74
- id : pnpm-install
75
- with :
76
- run_install : true
77
-
78
- - name : Install node.js
79
- uses : actions/setup-node@v4
80
- with :
81
- node-version : 20
82
- cache : " pnpm"
57
+ - name : Set up Node.js
58
+ uses : labd/gh-actions-typescript/pnpm-install@main
83
59
84
60
- name : Create and publish versions
85
61
uses : changesets/action@v1
You can’t perform that action at this time.
0 commit comments