File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v3
14
14
with :
15
15
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 40
40
- name : Run tests
41
41
run : npm run coverage-all
42
42
- 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 14
14
- uses : google-github-actions/release-please-action@v3
15
15
id : release
16
16
with :
17
- token : ${{ secrets.GITHUB_TOKEN }}
18
17
release-type : node
19
18
package-name : node-core-utils
20
19
npm-publish :
25
24
- uses : actions/checkout@v3
26
25
- uses : actions/setup-node@v3
27
26
with :
28
- node-version : 16.x
27
+ node-version : lts/*
29
28
registry-url : ' https://registry.npmjs.org'
30
29
- run : npm publish
31
30
env :
You can’t perform that action at this time.
0 commit comments