Skip to content

Commit

Permalink
build(deps-dev): bump dev dependencies (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashroch authored Feb 11, 2022
1 parent bfba1e7 commit f896a6f
Show file tree
Hide file tree
Showing 4 changed files with 1,747 additions and 1,974 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
node-version: ${{ matrix.node-version }}

- run: 'npm ci'
- run: 'npm run lint'
- run: 'npm run markdownlint'
- name: Lint
if: ${{ matrix.node-version != '10.x' }}
run: 'npm run lint'
- name: Markdownlint
if: ${{ matrix.node-version != '10.x' }}
run: 'npm run markdownlint'
- run: 'npm run build'
- run: 'DISABLE_LOGGING=1 npm run cover'
- run: 'npx nyc report --reporter=lcov > coverage.lcov && npx codecov'
Loading

0 comments on commit f896a6f

Please sign in to comment.