Skip to content

Commit f896a6f

Browse files
authored
build(deps-dev): bump dev dependencies (#1205)
1 parent bfba1e7 commit f896a6f

File tree

4 files changed

+1747
-1974
lines changed

4 files changed

+1747
-1974
lines changed

.github/workflows/nodejs.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626

2727
- run: 'npm ci'
28-
- run: 'npm run lint'
29-
- run: 'npm run markdownlint'
28+
- name: Lint
29+
if: ${{ matrix.node-version != '10.x' }}
30+
run: 'npm run lint'
31+
- name: Markdownlint
32+
if: ${{ matrix.node-version != '10.x' }}
33+
run: 'npm run markdownlint'
3034
- run: 'npm run build'
3135
- run: 'DISABLE_LOGGING=1 npm run cover'
3236
- run: 'npx nyc report --reporter=lcov > coverage.lcov && npx codecov'

0 commit comments

Comments
 (0)