Drop support for nodejs 10.x, add 14.x and 16.x

Update package.json version
This commit is contained in:
2021-10-13 14:14:41 -05:00
parent ba6dac4399
commit 4cfffdd9df
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [10.x, 12.x] node-version: [12.x, 14.x, 16.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -1,7 +1,7 @@
{ {
"name": "node-screenlogic", "name": "node-screenlogic",
"description": "Tool for connecting to Pentair ScreenLogic systems on the local network", "description": "Tool for connecting to Pentair ScreenLogic systems on the local network",
"version": "1.6.1", "version": "1.7.0",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/parnic/node-screenlogic.git", "repository": "https://github.com/parnic/node-screenlogic.git",