File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed
Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 66 nodeVersion :
77 required : false
88 type : string
9- default : ' 14 '
9+ default : ' 18 '
1010
1111runs :
1212 using : ' composite'
1818 - name : Setup pnpm
1919 uses : pnpm/action-setup@v4
2020
21- - name : Get pnpm store directory
22- id : pnpm-cache
23- shell : bash
24- run : echo "dir=$(pnpm store path)" >> ${GITHUB_OUTPUT}
25-
26- - uses : actions/cache@v4
27- name : Setup pnpm cache
28- with :
29- path : ${{ steps.pnpm-cache.outputs.dir }}
30- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
31- restore-keys : |
32- ${{ runner.os }}-pnpm-store-
33-
3421 - run : pnpm install
3522 shell : bash
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 if : github.event.ref_type == 'tag'
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 - uses : ./.github/actions/install-dep
12- with :
13- nodeVersion : ' 14.6.0'
14- - run : npm run build
12+ - run : pnpm build
1513 shell : bash
1614 - name : release miniprogram
1715 uses : LeeJim/setup-miniprogram@main
You can’t perform that action at this time.
0 commit comments