File tree 3 files changed +13
-20
lines changed
3 files changed +13
-20
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,15 @@ jobs:
13
13
- name : Prepare repository
14
14
run : git fetch --unshallow --tags
15
15
16
- - name : Enable corepack
17
- run : corepack enable
18
-
19
- - name : Setup node
16
+ - name : Install pnpm
17
+ uses : pnpm/action-setup@v4
18
+ - name : Use Node.js 22
20
19
uses : actions/setup-node@v4
21
20
with :
22
- node-version : 18
21
+ node-version : 22
23
22
cache : ' pnpm'
24
-
25
- - uses : pnpm/action-setup@v4
26
- with :
27
- run_install : true
23
+ - name : Install dependencies
24
+ run : pnpm install
28
25
29
26
- name : Create Release
30
27
env :
Original file line number Diff line number Diff line change 8
8
steps :
9
9
- name : Checkout codes
10
10
uses : actions/checkout@v4
11
-
12
- - name : Enable corepack
13
- run : corepack enable
14
-
15
- - name : Setup node
11
+ - name : Install pnpm
12
+ uses : pnpm/action-setup@v4
13
+ - name : Use Node.js 22
16
14
uses : actions/setup-node@v4
17
15
with :
18
- node-version : 18
16
+ node-version : 22
19
17
cache : ' pnpm'
20
-
21
- - uses : pnpm/action-setup@v4
22
- with :
23
- run_install : true
18
+ - name : Install dependencies
19
+ run : pnpm install
24
20
25
21
- name : Build
26
22
run : pnpm run build
Original file line number Diff line number Diff line change 100
100
" released"
101
101
]
102
102
},
103
- "packageManager" : " pnpm@9.1.1 "
103
+ "packageManager" : " pnpm@10.4.0+sha512.6b849d0787d97f8f4e1f03a9b8ff8f038e79e153d6f11ae539ae7c435ff9e796df6a862c991502695c7f9e8fac8aeafc1ac5a8dab47e36148d183832d886dd52 "
104
104
}
You can’t perform that action at this time.
0 commit comments