Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require Node.js 12+
  • Loading branch information
rbardini committed Oct 10, 2021
1 parent 7aaa812 commit f1c5056
Show file tree
Hide file tree
Showing 5 changed files with 1,583 additions and 1,773 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12

Expand All @@ -30,7 +30,7 @@ jobs:
run: npm test

- name: Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2

- name: Release
uses: cycjimmy/semantic-release-action@v2
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Ensure incremental coverage gains are not lost, and positively reinforce good te

## Requirements

- Node.js 8.10.0+
- Node.js 12+
- Conventional `jest.config.js` (`package.json` config unsupported)
- `json-summary` coverage report (see [usage](#usage))

Expand Down
Loading

0 comments on commit f1c5056

Please sign in to comment.