File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
- name : Install pnpm
15
15
uses : pnpm/action-setup@v4
16
+ with :
17
+ version : 10.12.4
16
18
- name : Use Node.js 22
17
19
uses : actions/setup-node@v4
18
20
with :
Original file line number Diff line number Diff line change @@ -15,28 +15,30 @@ jobs:
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v4
18
-
19
- - name : Setup pnpm
20
- uses : pnpm/action-setup@v4
21
- with :
22
- version : 10.12.4
23
18
- name : Setup Node
24
19
uses : actions/setup-node@v4
25
20
with :
26
21
node-version : 20
27
22
cache : ' pnpm'
28
23
registry-url : ' https://registry.npmjs.org'
29
24
25
+ - name : Setup pnpm
26
+ uses : pnpm/action-setup@v4
27
+ with :
28
+ version : 10.12.4
29
+
30
30
- name : Install deps
31
31
run : pnpm install --frozen-lockfile
32
+ env :
33
+ HUSKY : 0
32
34
33
35
- name : Build
34
36
run : pnpm build
35
37
36
38
- name : Create Release PR or Publish
37
39
uses : changesets/action@v1
38
40
with :
39
- version : pnpm version:packages
41
+ version : pnpm version:packages && pnpm install --no-frozen-lockfile
40
42
publish : pnpm release
41
43
env :
42
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments