diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3b48a73..c718f33 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 7be554c..49e0f66 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-screenlogic", "description": "Tool for connecting to Pentair ScreenLogic systems on the local network", - "version": "1.6.1", + "version": "1.7.0", "main": "index.js", "license": "MIT", "repository": "https://github.com/parnic/node-screenlogic.git",