Skip to content

Commit

Permalink
Merge c56bab0 into 3eaef91
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2021
2 parents 3eaef91 + c56bab0 commit 7bf66e8
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 7bf66e8

Please sign in to comment.