File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 fetch-depth : 0
1616 - uses : actions/setup-node@v3
1717 - run : npm ci
18- - run : npx commitlint --from HEAD ~${{ github.event.pull_request.commits }} --to HEAD
18+ - run : npx commitlint --from ${{ github.event.pull_request.head.sha }} ~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
1919 check :
2020 name : Check build
2121 runs-on : ubuntu-latest
2828 - name : Setup Node.js
2929 uses : actions/setup-node@v3
3030 with :
31- node-version : 16.x
31+ node-version : 18.13.0
3232 - name : Install dependencies
3333 run : npm ci
3434 - name : Build
Original file line number Diff line number Diff line change 1313 - name : Setup Node.js
1414 uses : actions/setup-node@v3
1515 with :
16- node-version : 18.x
16+ node-version : 18.13.0
1717 - name : Install dependencies
1818 run : npm ci
1919 - name : Build
You can’t perform that action at this time.
0 commit comments