File tree Expand file tree Collapse file tree 3 files changed +21355
-13849
lines changed
Expand file tree Collapse file tree 3 files changed +21355
-13849
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v1
17+ uses : actions/checkout@v4
1818
19- - name : Use Node.js 12.x
20- uses : actions/setup-node@v1
19+ - name : Use Node.js
20+ uses : actions/setup-node@v4
2121 with :
22- node-version : 12.x
22+ node-version : 20
2323
2424 - name : Install
2525 run : npm ci
2626
27- - name : Lint commit messages
28- run : npx commitlint --from origin/master --to HEAD
27+ - name : Lint commits
28+ uses : wagoid/ commitlint-github-action@v5
2929
3030 - name : ESLint
3131 run : npm run lint
4242 run : |
4343 ([[ -e $NEO_CC ]] || curl -L $NEO_CC_URL > $NEO_CC) && chmod +x $NEO_CC
4444 $NEO_CC before-build
45- echo "::add-matcher::.github/karma-problem-matcher.json"
45+ echo "::add-matcher::.github/karma-problem-matcher.json"
4646 npm test
4747 $NEO_CC after-build --exit-code $?
4848
You can’t perform that action at this time.
0 commit comments