Overview
This release switches node runtime to node16 and updates dependencies.
The former is technically incompatible change, but users of GitHub-hosted runners shouldn't experience any problems. See the following GitHub's announcements:
- https://github.blog/changelog/2021-12-10-github-actions-github-hosted-runners-now-run-node-js-16-by-default/
- https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Changes
- Updated nodejs runtime from node12 to node16 (PR #30).
- Updated dependencies to latest releases (PR #31).
- Updated
version
inpackage.json
to 2.0.0 (PR #32).
Commits: v1.3.0...v2.0.0