Skip to content

Commit fc304e3

Browse files
committed
feat: upgrade deps and workflows
1 parent dac2cec commit fc304e3

File tree

3 files changed

+21355
-13849
lines changed

3 files changed

+21355
-13849
lines changed

.github/workflows/workflow.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
@@ -42,7 +42,7 @@ jobs:
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

0 commit comments

Comments
 (0)