File tree 2 files changed +14
-12
lines changed
2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,26 @@ jobs:
13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
16
- - name : Update version
17
- uses : jossef/action-set-json-field@v2
18
- with :
19
- file : package.json
20
- field : version
21
- value : ${{ github.event.release.tag_name }}
22
-
23
- - uses : actions/setup-node@v4
24
-
25
- - uses : pnpm/action-setup@v2
16
+ - uses : pnpm/action-setup@v4
26
17
with :
27
- version : 8.11.0
28
18
run_install : |
29
19
- recursive: true
30
20
args: [--frozen-lockfile, --strict-peer-dependencies]
31
21
env :
32
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
23
24
+ - uses : actions/setup-node@v4
25
+ with :
26
+ node-version : 18
27
+ cache : pnpm
28
+
29
+ - name : Update version
30
+ uses : jossef/action-set-json-field@v2
31
+ with :
32
+ file : package.json
33
+ field : version
34
+ value : ${{ github.event.release.tag_name }}
35
+
34
36
- run : pnpm run build
35
37
- run : npm publish
36
38
env :
Original file line number Diff line number Diff line change 12
12
" dist"
13
13
],
14
14
"type" : " module" ,
15
- "packageManager" : " pnpm@7 .9.5 " ,
15
+ "packageManager" : " pnpm@9 .9.0 " ,
16
16
"scripts" : {
17
17
"build" : " tsc" ,
18
18
"cli" : " node dist/cli" ,
You can’t perform that action at this time.
0 commit comments