Skip to content

Commit 63ec53c

Browse files
authored
feat: Specify supported Node versions (#264)
1 parent 903dd3f commit 63ec53c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Node.js iToolkit <!-- omit in toc -->
22

33
[![npm](https://img.shields.io/npm/v/itoolkit?logo=npm)](https://www.npmjs.com/package/itoolkit)
4+
![Supported Node Versions](https://img.shields.io/node/v-lts/itoolkit)
45
[![ryver-chat](https://img.shields.io/badge/Ryver-Chat-blue)](https://ibmioss.ryver.com/index.html#forums/1000127)
56
[![ryver-signup](https://img.shields.io/badge/Ryver-Signup-blue)](https://ibmioss.ryver.com/application/signup/members/9tJsXDG7_iSSi1Q)
67
[![Documentation Status](https://readthedocs.org/projects/nodejs-itoolkit/badge/?version=latest)](https://nodejs-itoolkit.readthedocs.io/en/latest/?badge=latest)

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@
5757
"idb-pconnector": "^1.0.7",
5858
"ssh2": "^0.8.2",
5959
"odbc": "^2.1.3"
60+
},
61+
"engines": {
62+
"node": ">= 8.0"
6063
}
6164
}

0 commit comments

Comments
 (0)