File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v3
1414 with :
1515 fetch-depth : 100
16- - uses : wagoid/commitlint-github-action@v2
17- with :
18- token : ${{ secrets.GITHUB_TOKEN }}
16+ - uses : wagoid/commitlint-github-action@v4
Original file line number Diff line number Diff line change 4040 - name : Run tests
4141 run : npm run coverage-all
4242 - name : Upload coverage report to Codecov
43- uses : codecov/codecov-action@v2
43+ uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 1414 - uses : google-github-actions/release-please-action@v3
1515 id : release
1616 with :
17- token : ${{ secrets.GITHUB_TOKEN }}
1817 release-type : node
1918 package-name : node-core-utils
2019 npm-publish :
2524 - uses : actions/checkout@v3
2625 - uses : actions/setup-node@v3
2726 with :
28- node-version : 16.x
27+ node-version : lts/*
2928 registry-url : ' https://registry.npmjs.org'
3029 - run : npm publish
3130 env :
You can’t perform that action at this time.
0 commit comments