File tree Expand file tree Collapse file tree 6 files changed +2929
-651
lines changed Expand file tree Collapse file tree 6 files changed +2929
-651
lines changed Original file line number Diff line number Diff line change 1616 - name : Setup Node.js
1717 uses : actions/setup-node@v3
1818 with :
19- node-version : 12.20.1
19+ node-version : " 16 "
2020 - name : Setup build cache
2121 uses : actions/cache@v3
2222 with :
Original file line number Diff line number Diff line change 1010 name : Lint pull request title
1111 runs-on : ubuntu-latest
1212 steps :
13- - name : Checkout repository
14- uses : actions/checkout@v3
1513 - name : Lint pull request title
1614 uses : ./
1715 with :
Original file line number Diff line number Diff line change 1111 - name : Checkout repository
1212 uses : actions/checkout@v3
1313 - name : Setup release please
14- uses : google-github-actions/release-please-action@v3.1.4
14+ uses : google-github-actions/release-please-action@v3
1515 id : release
1616 with :
1717 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments