Skip to content

Commit 3380f2e

Browse files
authored
Merge pull request #100 from form8ion/node-12
2 parents f66fc37 + 2b44b6a commit 3380f2e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"license": "MIT",
55
"type": "commonjs",
66
"version": "0.0.0-semantically-released",
7+
"engines": {
8+
"node": "^14.15 || >=16"
9+
},
710
"files": [
811
"example.js",
912
"lib/"

0 commit comments

Comments
 (0)