Skip to content

Commit

Permalink
chore(deps): update dependency @html-validate/jest-config to v2
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
ext committed Jun 29, 2021
1 parent 3eaef91 commit c56bab0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 18 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
run: |
npm install -g npm@latest
npm ci
- name: ESLint
run: npm run eslint
- name: Prettier
Expand Down
43 changes: 27 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@html-validate/eslint-config": "4.4.3",
"@html-validate/eslint-config-jest": "4.4.2",
"@html-validate/eslint-config-typescript": "4.4.0",
"@html-validate/jest-config": "2.1.0",
"@html-validate/jest-config": "2.2.0",
"@html-validate/prettier-config": "2.0.0",
"@html-validate/semantic-release-config": "2.0.1",
"@types/argparse": "2.0.8",
Expand Down

0 comments on commit c56bab0

Please sign in to comment.