Skip to content

Commit 2b44b6a

Browse files
committed
ci(node-versions): updated the version matrix to match the updated engines ranges
1 parent eacb7c0 commit 2b44b6a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/node-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
strategy:
3333
matrix:
3434
node:
35-
- '12.20'
36-
- 12
37-
- 14
35+
- 14.15.0
36+
- 16.0.0
3837
- 16
3938
steps:
4039
- uses: actions/checkout@v3

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ form8ion plugin for managing tools related to commit conventions
2727
[![MIT license][license-badge]][license-link]
2828
[![npm][npm-badge]][npm-link]
2929
[![Try @form8ion/commit-convention on RunKit][runkit-badge]][runkit-link]
30+
![node][node-badge]
3031

3132
<!--consumer-badges end -->
3233

@@ -123,3 +124,5 @@ $ npm test
123124
[coverage-link]: https://codecov.io/github/form8ion/commit-convention
124125

125126
[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/commit-convention.svg
127+
128+
[node-badge]: https://img.shields.io/node/v/@form8ion/commit-convention?logo=node.js

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)